This is a Next.js project bootstrapped
with create-next-app.
Install dependencies:
yarn installCopy .env.example to .env
cp .env.example .envRun the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.ts. The page auto-updates as you edit the file.
Build the production ready application:
npm run build
# or
yarn buildRun the build project
npm run start
# or
yarn startFirst, install Docker and Docker Compose.
Then run the following command to start both the node and client web application.
./docker_run.shYou can use either the latest tag or specific one in the docker-compose configuration.