yarn installFor local development, run:
yarn devYou can then access the site at http://localhost:3000.
The nos.io website is intended to be deployed as a static app. To deploy, run:
yarn deployThis will generate a static out folder. The web server must be configured to point to this folder
as the HTML root.