Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 404 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 404 Bytes

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.