This project contains the main features of the application.
If you want to contribute, please refer to the create your Pull Request to this project.
NEXT_PUBLIC_ROOT_API="https://your-backend-domain.com/api/v1"
install dependencies using yarn
yarn installstart the development server
yarn devbuild with production mode
yarn build
# start the application after build
yarn start