The application is currently deployed at https://gochess.dev/
To run both the frontend and backend, use the following commands:
cd backend && task run
cd frontend && task runTo lint and run tests for the frontend and backend, use the following command:
task ci