This is the code for the Golfr app frontend.
- Set up the
golfr_backend
repository - Go to
Actions
tab and enable workflows - Clone this repository
- Install yarn
yarn install
- Create a file
.env.local
with 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
seeds
file
yarn lint