https://github.com/prose-im/prose-web
Prose website sources and build system.
https://github.com/prose-im/prose-web
nuxtjs website
Last synced: about 1 year ago
JSON representation
Prose website sources and build system.
- Host: GitHub
- URL: https://github.com/prose-im/prose-web
- Owner: prose-im
- License: mpl-2.0
- Created: 2021-04-11T14:41:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-21T13:16:29.000Z (about 1 year ago)
- Last Synced: 2025-04-28T19:17:10.567Z (about 1 year ago)
- Topics: nuxtjs, website
- Language: Vue
- Homepage: https://prose.org
- Size: 53.4 MB
- Stars: 8
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# prose-web
[](https://github.com/prose-im/prose-web/actions/workflows/test.yml) [](https://github.com/prose-im/prose-web/actions/workflows/deploy.yml)
**Prose website sources and build system.**
Copyright 2022, Prose Foundation - Released under the [Mozilla Public License 2.0](./LICENSE.md).
_Tested at NodeJS version: `v20.5.0`_
## Build Setup
Built with [Nuxt](https://nuxtjs.org/). See the commands below for reference on how to build the website, or develop.
```bash
# 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](./LICENSE.md) document.