Skip to content

The frontend website for LFX Mentorship Metrics. Built with React and Astro.

Notifications You must be signed in to change notification settings

EshaanAgg/LFXMM-Frontend

Repository files navigation

LFX Mentorship Metrics

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!

Setting Up the Development Environment

  1. You can either setup the backend yourself from this repository or you can use Docker Compose to setup the same with docker compose up.
  2. Create a copy of the sample .env file and rename the same to .env.
  3. Install the dependencies of the project with npm i.
  4. 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

About

The frontend website for LFX Mentorship Metrics. Built with React and Astro.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published