This is the frontend repository for the LFX Mentorship Metrics project. The whole project is powered by Astro and React.
You can find the deployed site at https://lfx.netlify.app!
- You can either setup the backend yourself from this repository or you can use Docker Compose to setup the same with
docker compose up. - 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.
You can generate the production bundle and test it out locally with the following commands:
npm run build
npm run preview