Skip to content

prose-im/prose-web

Repository files navigation

prose-web

Test and Lint Build and Deploy

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

Build Setup

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

License

Licensing information can be found in the LICENSE.md document.