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.