The homepage for the Monday Night Lights Hockey League
The website is built with React.
- Install nvm / nvm-windows
- Run
nvm install lts && nvm use lts
(on Windows, run the command propt as administrator) - Run
corepack enable
to enable Yarn package manager
- Clone this repo:
git clone git@github.com:monday-night-lights/mnlhl.com.git
- Navigate to the project directory:
cd mnlhl.com
- Run
yarn install
to install dependencies - Run
yarn start
to build the project for development and run a dev server - Run
yarn deploy
to push to thegh-pages
branch and serve the static bundle at https://monday-night-lights.github.io/mnlhl.com
CircleCI is configured to deploy the bundle to staging and production environments.