Prerequisites
Before you try to run the project, please make sure to download and install the following:
With Docker Compose
- Install Docker
- Install Docker Compose
You're all set 🎉🎉🎉.
Run docker-compose up
to start the project
Without Docker Compose
- Install Node.js
- Install Docker
- Install Docker Compose
- Install yarn. We use version 3.x currently.
- Specifically, make sure to set up vscode correctly.
- Install nvm
- Install watchman
- Allow execution of scripts in the
db/
folderchmod +x db/*.sh
. As always make sure to read scripts downloaded from strangers on the internet before executing them 😄
You're all set 🎉🎉🎉.
Run yarn install
and yarn g:dev
to start it up!
Windows
- When using Windows it is recommended to use WSL in order to avoid various issues. When using wsl for development, you may encounter issues accessing the web app via localhost. This issue should be fixed temporarily by restarting WSL with
wsl --shutdown
, and should be permanently fixed by turning off Windows 10 Fast Startup.