This is a community project. Snake game.
- angular
- NestJs, Prisma
- rxjs
- node
- npm
- docker
- INSTALL:
npm run installer
- clean all:
npm run clean
// tut grad nicht weil er komischerweise rimraf im root sucht - build all:
npm run build
- test all:
npm run test
- lint all:
npm run lint
- start all docker container:
npm run docker:up
- stop all docker container:
npm run docker:down
- development:
npm run be:watch
- clean:
npm run be:clean
- build:
npm run be:build
- test:
npm run be:test
- lint:
npm run be:lint
- development:
npm run fe:watch
- clean:
npm run fe:clean
- build:
npm run fe:build
- test:
npm run fe:test
- lint:
npm run fe:lint
- fork
- send a PR