Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.