Quickstart
Last updated
Last updated
The best way to understand the project is to just try it!
The project is open-source and we are looking for contributors.
Docker & docker-compose
Node LTS & Yarn
Then, simply run these commands:
git clone git@github.com:Vija02/TheOpenPresenter.git
cd TheOpenPresenter
# Setup deps & envvars
yarn && yarn setup:env auto
# Run Database
docker-compose up -d
# Setup database
yarn setup:db
# Start the server
yarn dev
You should then be able to access the project through http://localhost:5678