Skip to content

A game where you guess what game a game remix is sourced from.

License

Notifications You must be signed in to change notification settings

komali2/game-remix-guesser

Repository files navigation

Game Remix Guesser

Development

Run backend on docker, and frontend in yarn, separate terminals.

In one terminal, do

cd backend
make dev

In another, do

cd frontend
yarn run dev

Database Changes

There's no Alembic yet, so any changes that modify database tables (add / remove columns) require a tear-down of the docker volume. From the backend folder, do

docker volume ls

Look for volumes with mysql in the name. For each of those volumes, do

docker volume rm {volume_name}

ENv

do

export $(cat .dev.env | xargs)

About

A game where you guess what game a game remix is sourced from.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published