This project is a full-stack application built with Next.js for the client side. The application is written in TypeScript.
You can use either yarn
or npm
to manage dependencies and run scripts.
cd client
yarn install
# or
npm install
Ensure you have created a .env
file at the root of the repository. You can use the contents of .env.example
as a starting point.
To start the client-side development server, run:
npm run dev
# or
yarn dev
Open http://localhost:7100 in your browser to view the application.