/website

Primary LanguageJavaScript

website

Setup

yarn install

Usage

For local development, run:

yarn dev

You can then access the site at http://localhost:3000.

Deployment

The nos.io website is intended to be deployed as a static app. To deploy, run:

yarn deploy

This will generate a static out folder. The web server must be configured to point to this folder as the HTML root.