Tutti Frutti: A small game, based on the well-known Tutti Frutti game. Was implemented at a hackathon at Toptal.
- Copy the
.env.example
file to.env
yarn install
yarn start
- open http://localhost:4200/
yarn dev:update
- runs yarn install, prisma migrations and data import
- Run
docker-compose up
to set up database container locally - Run
yarn prisma:migrate-dev
to run migrations
yarn prisma:migrate-dev
- runs migrations in development mode
yarn prisma:studio
- opens prisma studio
yarn dev:import
- imports categories and words from googlesheet