Go to file
Grant 8559aea7c3 handle callback openid errors (fixes #34) 2024-05-28 12:50:14 -06:00
.vscode reorganize server & fix various linting errors 2024-03-03 17:36:57 -07:00
packages handle callback openid errors (fixes #34) 2024-05-28 12:50:14 -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 add git to dockerfile 2024-05-26 14:58:53 -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 add condition requirements to docker-compose 2024-05-26 14:59:07 -06:00
docker-start.sh move everything to a dockerfile instead of complicated system lol 2024-04-02 16:52:39 -06:00
package-lock.json add connection status, version comparing, not hardlocking until config being sent (fixes #27) (related #23) 2024-05-26 14:23:54 -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