This is the code for the Golfr app frontend.
- Set up the
golfr_backend
repository - 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
yarn lint