This is the code for the Golfr app frontend.
- Set up the
golfr_backendrepository - Go to
Actionstab and enable workflows - Clone this repository
- Install yarn
yarn install- Create a file
.env.localwith the following contentNEXT_PUBLIC_API_URL=http://localhost:3000/api NEXT_PUBLIC_BASE_URL=http://localhost:3001 - Start the frontend server
yarn dev -p 3001 - Visit http://localhost:3001
- You can login using any of the accounts in the backend
seedsfile
yarn lint