Spaced repetition learning web application
Install deps:
> pnpm iRun dev server:
> pnpm devFirst build the docker image using the Dockerfile:
> docker build -t gin-docker .Run the container and attach to it's shell:
> docker run --name gin --rm -it -p 3000:3000 gin-docker shFinally you can use the scripts provided in the package.json. Run a development server using:
> pnpm dev
