Skip to content

The frontend website for LFX Mentorship Metrics. Leverages static site generation while client components in React with Astro.

Notifications You must be signed in to change notification settings

nandini584/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.

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. Leverages static site generation while client components in React with Astro.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 49.8%
  • Astro 45.6%
  • JavaScript 3.0%
  • CSS 1.6%