waterwanders.com
This repo contains the Water Wanders website that is built with Next.js
It follows the JAMstack architecture by using Git as a single source of truth, and Netlify for continuous deployment, and CDN distribution.
The mapping uses Maplibre via React-map-gl
Features
- Map showing locations of where we’ve been
- Calendar view of location data
- Netlify deploy configuration
Prerequisites
- Node v18
- Yarn
Access Locally
$ git clone https://opendev.org/waterwanders/waterwanders
$ cd waterwanders
$ yarn
$ yarn run dev
The local test version will be found at https://localhost:3000
Description
Languages
JavaScript
91.3%
SCSS
8.7%