This repo contains the code that powers help.odysee.tv, which is built using Docusaurus 2 and describes how to use the Odysee Frontend.
Go to the website to interact with the documentation.
- Clone (or fork) this repository:
git clone https://github.com/OdyseeTeam/odysee-docs
- Change directory into the cloned repository:
cd odysee-docs
- Install the dependencies:
npm install
- Run the web app for development:
npm run start
- Create a server with a domain name and a reverse proxy https to port 3000.
- Install pm2, node v16, npm
- Clone this repo
- Run
npm install
to install - Run
npm run build
to build - Navigate to build folder:
cd build/
- Set up pm2 to serve build folder:
pm2 serve . 3000
We ❤️ contributions from everyone and contributions to this project are encouraged. Feedback is always appreciated.
This project is MIT licensed. For the full license, see LICENSE.
For security issues, please reach out to [email protected]