The Panoramax website was created to present and make available the tools related to the geocommun. Take a look on Panoramax
Do not hesitate if you want to contribute to the project. To do that you can :
-
Create PR (pull requests) here on Github
-
Create Issues here on Github too
-
Go to the Panoramax Forum and create a post
This template should help get you started developing and deploy with Vue 3 in Vite. If at some point you're lost, need help or if you have any question about the project, you can contact us through issues or by email.
npm install
npm run dev
npm run build
Run Unit Tests with Vitest
npm run workflows:unit
Lint with ESLint
npm run lint
The deploy is on the gh-pages
branch.
1 - You must build a static project :
vite deploy
2 - Add and Commit :
ga .
gc -m 'my commit'
3 - Push the dist folder on the specific branch
git subtree push --prefix dist origin gh-pages
Le site Panoramax est là pour présenter et mettre à disposition les outils du géocommun. Pour y accéder c'est par ici
Si vous souhaitez contribuer au projet vous pouvez :
-
Créer une PR (pull requests) ici sur Github
-
Créer des Issues également sur Github
-
Vous rendre sur le Forum Panoramax et y créer un post
Ce Template est là pour vous aider à vous lancer dans le développement et le déploiement avec Vue 3 et Vite. Si vous avez besoin d'aide ou une question relative au projet, n'hésitez pas à poster des issues sur Github ou nous contacter [par email] (panoramax@panoramax.fr).
npm install
npm run dev
npm run build
Lancer Les tests unitaires avec Vitest
npm run workflows:unit
Lint avec ESLint
npm run lint
Le déploiement se fait sur la branche gh-pages
.
1 - Vous devez builder un projet statique :
vite deploy
2 - Git Add et Git Commit :
ga .
gc -m 'my commit'
3 - Envoyer le dossier dist sur la branche
git subtree push --prefix dist origin gh-pages