Go to file
2022-10-21 11:21:45 +02:00
.idea apply eslint 2022-07-29 10:23:07 +02:00
public mini challenges grid on desktop 2022-07-14 09:34:56 +02:00
src basic my entries and some leaderboard corrections 2022-10-19 17:48:04 +02:00
.dockerignore docker 2022-10-21 11:17:05 +02:00
.eslintrc.json apply eslint 2022-07-29 10:23:07 +02:00
.gitignore init 2022-07-01 14:29:38 +02:00
docker-compose.yml docker 2022-10-21 11:17:05 +02:00
Dockerfile docker 2022-10-21 11:17:05 +02:00
package-lock.json leaderboard corrections 2022-08-12 13:24:23 +02:00
package.json leaderboard corrections 2022-08-12 13:24:23 +02:00
README.md README update 2022-10-21 11:21:45 +02:00

Getting Started with Gonito-frontend

App will work on port 3001.

Run app

docker-compose up -d --build

Stop app

docker-compose stop