<aside> 📜 TABLE OF CONTENTS
In this section, we'll guide you through the initial steps to deploy our app locally.
git clone <https://github.com/DolfShungube/Hiking-Logbook.git>
cd backend
b create a .env file ,(you will need the supabase url and anon key used for the project)
install dependencies
npm install
start server
npm start
Go back to the root of the project
cd ..
cd frontend
b create a .env file ,(you will need the supabase url and anon key used for the project)
install dependencies
npm install
start app
npm run dev