Go to file
Grant ea4b462a5f fix canvas randomly flipping (fixes #24) 2024-03-29 21:32:18 -06:00
.vscode reorganize server & fix various linting errors 2024-03-03 17:36:57 -07:00
packages fix canvas randomly flipping (fixes #24) 2024-03-29 21:32:18 -06:00
.gitignore remove unnecessary gitignore lines 2024-03-11 20:49:14 -06:00
LICENSE bump license year 2024-03-22 00:11:05 -06:00
README.md docker & prod building 🎉 2024-03-11 20:59:47 -06:00
docker-compose.yml docker & prod building 🎉 2024-03-11 20:59:47 -06:00
package-lock.json docker & prod building 🎉 2024-03-11 20:59:47 -06:00
package.json docker & prod building 🎉 2024-03-11 20:59:47 -06:00

README.md

Canvas

Running via Docker Compose

  1. Run npm run build:all
  2. Run npm run build:docker
  3. Run docker compose run --rm canvas npx prisma migrate deploy
  4. (optional) Load default palette colors Run docker compose run --rm canvas npm run -w packages/server prisma:seed:palette
  5. Run docker compose up -d