Go to file
Grant 217953af35 Merge branch 'main' of ssh://git.sc07.company:2424/sc07/canvas 2024-07-12 03:09:11 -06:00
.vscode reorganize server & fix various linting errors 2024-03-03 17:36:57 -07:00
packages Merge branch 'main' of ssh://git.sc07.company:2424/sc07/canvas 2024-07-12 03:09:11 -06:00
.dockerignore add git to dockerfile 2024-05-26 14:58:53 -06:00
.gitignore move everything to a dockerfile instead of complicated system lol 2024-04-02 16:52:39 -06:00
Dockerfile Pixel placement log / pixels.log 2024-07-12 03:28:28 +00:00
LICENSE bump license year 2024-03-22 00:11:05 -06:00
README.md move everything to a dockerfile instead of complicated system lol 2024-04-02 16:52:39 -06:00
docker-compose.yml allow alternate scripts to run in docker, fix performance issue with workers 2024-07-10 10:16:54 -06:00
docker-start-worker.sh massive performance rewrite 2024-06-26 18:38:46 -06:00
docker-start.sh allow alternate scripts to run in docker, fix performance issue with workers 2024-07-10 10:16:54 -06:00
package-lock.json duct-tape google recaptcha 2024-07-11 21:14:12 -06:00
package.json tsx is better at running ts in dev 2024-05-23 14:57:33 -06:00

README.md

Canvas

Running via Docker Compose

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