This is a Next.js project bootstrapped with create-next-app
.
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.
run docker-compose up -d
from your terminal. this will start the api and any other supporting services.
after pulling down new code run docker-compose build
to incorporate any backend changes