Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T20:05:17.000Z (about 2 months ago)
- Last Synced: 2024-10-29T21:45:42.277Z (about 2 months ago)
- Topics: nuxtjs, website
- Language: Vue
- Homepage: https://prose.org
- Size: 53.4 MB
- Stars: 5
- Watchers: 5
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# prose-web
[![Test and Lint](https://github.com/prose-im/prose-web/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/prose-im/prose-web/actions/workflows/test.yml) [![Build and Deploy](https://github.com/prose-im/prose-web/actions/workflows/deploy.yml/badge.svg?branch=production)](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.