Skip to main content

Get Started

Welcome to the Niwi-Starter !!

Follow along to get your app up and running in less than 10 minutes.

1. Start with CLI

npx create-niwi 

Niwi-Starter requires Node 18.17 or greater. Type node -v in your terminal to check version.

There are 2 ways to create Niwi Project,

Default Template and Pre-built Project. First, let's make default version.

After installing niwi, enter niwi-starter directory cd niwi-starter .

2. Connect Mongo Database

Please add your Mongo Database url to .env file

DATABASE_URL="paste your mongo db url"

3. Seed Pre-Data

npm run seed

4. We can start Niwi now

npm run dev

❤️ Thank you for using Niwi-Starter !!