Quickstart
Last updated
git clone git@github.com:Vija02/TheOpenPresenter.git
cd TheOpenPresenter
# Enable corepack & install yarn
# Note: You may need to run this as admin in Windows
corepack enable
corepack use yarn
# Setup deps & local DB
yarn && yarn local-dev
# On another terminal, start the server
yarn dev