Setup a new project

Note: In the future I will add a create-naest-app command to make it easier to setup a new project.

Requirements

Cloning the project

To setup a new project with Naest, you can clone the repository from GitHub and install the dependencies. Make sure to remove the .git folder and reinitialize it if you don't want to use the existing repositories commit history.

# clone from github
git clone https://github.com/bdbch/naest.git

# remove the .git folder and reinitialize it
rm -rf .git
git init

# install dependencies
npm install

Read more about setting up your first documentation here.