This is the frontend repository for the LFX Mentorship Metrics project. The whole project is powered by Astro
.
- Setup the backend API locally and run the same on port 8080. The source code is available here.
- Create a copy of the sample .env file and rename the same to
.env
. - Install the dependencies of the project with
npm i
. - Run the development server with
npm run dev
.