Skip to content

arnaudfl/mapp3

Repository files navigation

📍 MapP3

Projet de trombinoscope du Best Group Ever ⭐P3

Netlify Status

💾 Documentation

Read my article 🌲Svelte + 🍃Leaflet + 📍 Clusters to understand how to resolve certain issues during development.

💊 Stack Technique

Ce projet utilise la stack technique suivante :

HTML5 CSS3 Svelte Netlify JavaScript TypeScript

⛽ Ressources

🍁 leafletjs

🍁 markercluster

✏️ purecss

❗ Svelte

Everything you need to build this Svelte project.

💡 Clone the 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/

🔑 Developing

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

🔧 Testing

To test the project you can run command below.

npm run test

🔨 Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

💣 EOF