Install and run locally on your machine using Docker.
Ensure you have
DockerandDocker-desktopinstalled and running on your machine prior to begining this guide.
git clone https://github.com/cursion-dev/server.gitecho 'export CURSION_ROOT=<your/path/to/cursion/server>' >> ~/.zshrc # (or ~/.bash_profile)Prior to running the app, be sure to update .env.local.example with your unique values, and remove the .example extention from the file.
source ./setup/scripts/local.sh