Andreani Jean 47a9b6da8b wip
2023-05-11 15:57:35 +02:00
2023-01-04 17:09:49 +01:00
wip
2023-05-11 15:53:17 +02:00
2023-05-11 14:02:45 +02:00
2023-03-30 10:25:32 +02:00
2023-05-09 14:15:19 +02:00
2023-05-09 16:12:40 +02:00
2023-05-09 16:12:40 +02:00
2023-01-04 17:09:49 +01:00
2023-05-10 15:24:55 +02:00
2023-01-16 16:56:07 +01:00
wip
2023-05-11 15:57:35 +02:00
2023-01-25 17:10:27 +01:00
2023-03-20 18:58:15 +01:00
2023-05-10 15:24:55 +02:00
2023-01-25 17:10:27 +01:00
2023-04-25 14:02:20 +02:00
wip
2023-05-11 15:53:17 +02:00
2023-05-09 15:29:08 +02:00
wip
2023-05-10 10:56:18 +02:00
2023-01-04 17:09:49 +01:00
2023-01-10 17:19:04 +01:00
2023-05-10 15:24:55 +02:00
2023-01-16 17:54:10 +01:00
2023-05-10 15:24:55 +02:00

panoramax-website

Welcome to the Panoramax website documentation ! Panoramax is a website where you can upload a lots of photos to see them in map web viewer based on Geovisio.

Technologies

  • Frontend website made in Vue 3
  • Project use Vite who offer a fast development server and an optimized compilation for production (like webpack)
  • The style is made with CSS/SASS and the bootstrap library
  • Typescript used to type
  • Jest used for unit testing

Configuration

All the commands and packages used are available in the package.json file You can change the vite server configuration in the vite.config.ts file. See Vite Configuration Reference if you need.

Project Setup

You need to have Nodejs installed Node version : >=18.13.0

You need to have Npm installed

You can use npm or yarn as package manager

Install all dependencies :

npm install

or

yarn install

Compile and Hot-Reload for Development

Launch your dev server :

npm run dev

or

yarn dev

Run Unit Tests with Vitest

npm run test:unit

or

yarn test:unit

Lint with ESLint

npm run lint

or

yarn lint

Build in Production

In your production app, you must set some env variables like the .env.example file here

npm install
npm run build
npm run start

or

yarn install
yarn build
yarn start

Instance customization

Wordings

  • All the wordings of the website are on this locale file
  • You can change the title "title": "Instance Panoramax IGN" of your instance on the locale file
  • In the same locale file you can change the meta data wordings inside the "meta": {} object
  • You can change the instance name inside the documentation of the page /partager-des-photos for the keys "terminal_text_logged" and "terminal_text_not_logged" on the locale file

Images

Description
Ready-to-use front-end for GeoVisio's API and Viewer
Readme 12 MiB
Languages
Vue 61.5%
JavaScript 27.6%
TypeScript 8.9%
SCSS 0.9%
HTML 0.5%
Other 0.6%