yarn >=3.5.1
and node >=18.16
- Clone this repository.
- Run
yarn
to install the dependencies.
# Start the application in development mode
# Will start at http://localhost:3000 by default
yarn dev
# Create an optimized production build
yarn build
# Start the application in production mode
# The application should be compiled with yarn build first!
yarn start