This application is intended for a user to track games it wants to play and games it already played.
As of now this application is still under development and only the search function is available. Many more functionalities are planned for the future.
- Clone .env.example as .env
- Run
yarn
ornpm install
- Afterwards run
yarn start
ornpm start