Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 347 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 347 Bytes

MOSS Website

Building/developing

Install Node.js (and optionally Yarn).

npm run dev, yarn dev

Runs a development server at http://localhost:3000 which rebuilds whenever you edit a page.

npm run build, yarn build

Builds the website to public/ for deployment.