Skip to content

geops/mapset.io

Repository files navigation

mapset.io and mapset.ch websites

End-to-end tests for contact form (runs every monday)

Promo website for mapset maps editor.

This is project is the mapset website. It uses nextJS 13.

The website contains 3 pages:

  • / which is the home page
  • /imprint which the imprint page for ingo about license and stuff
  • /guide which is the mapset user guide

The webiste is translated in 3 languages DE, EN, FR. Each page loads its own translations.

Translations are available on folder src/content/[guide|home|imprint]>.

Pages

Environment

Development

There is only one environment variable to set, NEXT_PUBLIC_DOMAIN=io or NEXT_PUBLIC_DOMAIN=ch . It defines the domain where the app is deployed.

// Launch the web server on http://localhost:3000
cp .env.dist .env
yarn install
yarn dev

Deploy

Project is deployed automatically on vercel project mapset-ch and mapset-io .

The project website-mapset-io was there for the update of nextJS13 will be removed when olivier/nextjs branch is merged.