See GUIDELINES.md for more information.
- Clone the repository:
git clone https://github.com/MrSquaare/mrsquaare.fr.git
cd mrsquaare.fr
- Install dependencies:
pnpm install
Start the development servers:
pnpm dev
Lint the code:
pnpm lint
Format the code:
pnpm lint:fix