Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.46 KB

readme.md

File metadata and controls

33 lines (24 loc) · 1.46 KB

Getting Setup

Download and install node.js from here.
Install Vite using npm install -D vite

How to run website locally

npm run dev
In browser go to http://localhost:5173/ to see website

Notes from Creation Process

Used Mapbox React tutuorial to start.
npm create vite@latest
npm install
npm run dev

Example React-Mapbox Demo

Demo site
Source code

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

How to deploy website

Followed this to deploy to github pages.
You need to be signed into github in the terminal before deployment. Install GH CLI and run gh auth login to sign in.

Once everything is setup: To create a new deployment, run npm run deploy