<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 VITE_WEATHER_API_KEY , ,VITE_MAPBOX, the VITE_WEATHER_API_KEY, and VITE_SUPABASE_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 VITE_SUPABASE_URL, VITE_MAPBOX, VITE_WEATHER_API_KEY and VITE_SUPABASE_ANON_KEY used for the project)
install dependencies
npm install
start app
npm run dev