Skip to content

BostonCyclistsUnion/Website

Repository files navigation

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

About

Public website hosting Labs projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published