@nillion/create-nillion-app
v0.1.0-rc.25
Published
Quickstart a new Nillion app
Downloads
677
Readme
Create Nillion App
A CLI tool to create a new Nillion app with Next.js integration.
Usage
This will create a new Nillion app in the your desired directory.
npx @nillion/create-nillion-app
What it does
- Installs
nilup
, the Nillion SDK tool installer and version manager - Clones an example Next.js project with App Router Settings
a. Installs
@nillion/client-react-hooks
which has all your needs to use Nillion and Nada. - Installs an Nada projects with a pyenv
- Then follow along the QuickStart guide to do the following:
- Create a simple Nada App
- Connect a Nextjs <> Nada Program
Directory tree should look like:
.
├── README.md
├── app
│ ├── components
│ ├── home
│ ├── layout.tsx
│ ├── lib
│ └── page.tsx
├── nada
│ ├── .venv
│ ├── nada-project.toml
│ ├── requirements.txt
│ ├── src
│ └── tests
├── next.config.mjs
├── node_modules
├── package-lock.json
├── package.json
└── tsconfig.json
Requirements
- Node.js 18.0.0 or later
- npm 6.0.0 or later
License
MIT