MOSS WebsiteBuilding/developingInstall Node.js (and optionally Yarn).npm run dev, yarn devRuns a development server at http://localhost:3000 which rebuilds whenever you edit a page.npm run build, yarn buildBuilds the website to public/ for deployment.