Frontend Live Link: https://betafore-task-frontend.vercel.app/login
Please follow the below instructions to run this repository on your local machine:
-
Clone this entire repository
git clone https://github.com/Khairul38/betafore-task-frontend
-
Go to the cloned project directory
cd betafore-task-frontend
-
Make environment file with the following system
# Make .env.local file accordingly : NEXT_PUBLIC_API_BASE_URL=http://localhost:5000/api/v1 NEXT_PUBLIC_PAYMENT_STRIPE_PK=""
-
Install dependencies
yarn # or npm i
-
Run project
# development mode yarn dev #or npm run dev # build mode yarn build #or npm run build # production mode yarn start #or npm run start