This repository was bootstrapped with mtilda's "Next.ts with Docker" template, inspired by Vercel's Next.js example "With Docker"
git cloneandcdinto this repository; and- Spin up your application in a container with
or
docker-compose up
docker-compose up -d # detached mode lets you keep using your terminal
docker-compose run frontend yarn lintdocker-compose downdocker system prune -a --volumes