Skip to content

Latest commit

 

History

History
executable file
·
34 lines (22 loc) · 467 Bytes

File metadata and controls

executable file
·
34 lines (22 loc) · 467 Bytes

Explorer

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.

.ENV

NEXT_PUBLIC_ROOT_API="https://your-backend-domain.com/api/v1"

Quick Start

install dependencies using yarn

yarn install

start the development server

yarn dev

build with production mode

yarn build

# start the application after build
yarn start