Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 730 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 730 Bytes

Front-End Coders Mauritius

Front-End coders Mauritius is a free meetup that's dedicated to all aspect of Front-End development. it occurs in general one a month at announced date and place. Feel free to join!

Live website : https://frontend.mu/

Setup

Install pnpm on your development environment for the best experience.

pnpm install

This project uses pnpm workspaces

To run the astro project, run the following command

pnpm run astro dev

Environment variables

Make a copy of .env.example and rename it to .env.development on your local machine. If not, the application will fail to start

cp .env.example .env.development

Feel free to contribute :D