@cifrum/navi-docs
v0.0.39
Published
## Setup
Downloads
51
Readme
Docs for Navi
Setup
Make sure to install the dependencies
yarn install
Development
Start the development server on http://localhost:3000
yarn dev
Production
Build the application for production:
yarn build
Checkout the deployment documentation.