Projet de trombinoscope du Best Group Ever ⭐P3
Read my article 🌲Svelte + 🍃Leaflet + 📍 Clusters to understand how to resolve certain issues during development.
Ce projet utilise la stack technique suivante :
✏️ purecss
Everything you need to build this Svelte project.
In your favorite terminal, go in the directory where you want install this project on your computer and run commands below.
git clone https://github.com/arnaudfl/mapp3.git
cd mapp3/
Once you've created a project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To test the project you can run command below.
npm run test
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
💣 EOF