Any changes made to client files and server files will need a server restart. You can also force a restart with CTRL+C until the process exits. Then followed by docker compose up
- Docker + Docker Compose (via Docker Desktop)
- Linux / macOS / Windows 10-11 Pro or Enterprise
- Clone the project from Playbook-v2.
- Run the following commands:
docker compose up
docker compose exec web sh
yarn # only necessary the first time
- Hit Ctrl+C
- Run
docker-compose stop
docker compose down
To wipe the database as well, use
docker compose down --volumes
Once you're ready to deploy your changes, you need to build the client assets into a production optimized bundle:
yarn build
Our deployments are helm based and setup through github actions.