Go to file
Grant b755e87868 Merge branch 'fix_background_color_with_template' into 'main'
Fix display of the canvas color when template is used

See merge request sc07/canvas!11
2024-07-13 14:33:25 +00:00
.vscode reorganize server & fix various linting errors 2024-03-03 17:36:57 -07:00
packages Fix display of the canvas color when template is used 2024-07-13 12:44:11 +02: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 add bugsnag key as a build arg to dockerfile 2024-07-12 13:23:55 -06: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 add bugsnag reporting 2024-07-12 12:36:42 -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