Prose Technical Docs, used by Prose server administrators.
Copyright 2022, Prose Foundation - Released under the Mozilla Public License 2.0.
Tested at NodeJS version: v20.5.0
As this project uses Git LFS to store large files (ie. PNG, JPG and GIF files from guides), it requires Git LFS to be available on the system cloning this repository.
1. Start with installing Git LFS using Homebrew:
brew install git-lfs
2. Then, initialize your Git LFS user configuration:
git lfs install
3. Finally, clone the repository:
git clone [email protected]:prose-im/prose-docs.git
Built with Chappe. See the commands below for reference on how to build the docs.
# install dependencies
$ npm install
# build static assets for production
$ npm run build
Licensing information can be found in the LICENSE.md document.