Prose website sources and build system.
Copyright 2022, Prose Foundation - Released under the Mozilla Public License 2.0.
Tested at NodeJS version: v20.5.0
Built with Nuxt. See the commands below for reference on how to build the website, or develop.
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build static assets for production
$ npm run build
# run all tests
$ npm test
# run lints
$ npm run lint
# clean all static assets previously built
$ npm run clean
Licensing information can be found in the LICENSE.md document.