Runs all components of the app concurrently (Doesn't use Docker-Compose)
Running for the first time:
- Clone this repo:
git clone --recursive https://github.com/ctfguide-tech/CTFDev.git
- Update sub-directories:
git submodule update
Check for new git updates in subdirectories: git submodule update --init --recursive
- First have FireBase and Mongo instances created. You can create a Mongo Instance locally.
- Run
npm run dev
to run client and api concurrently (You must set up env vars in the respective directories)
This option isn't available yet.