Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 875 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 875 Bytes

Middlebury College Handbook

Requirements

  • Node.js v18.16.0+
  • Gatsby CLI - Install the Gatsby CLI globally by running the command below:
npm install -g gatsby-cli

Start developing

Clone the repo and install node dependencies:

npm install

Navigate into the site’s directory and start it up:

cd college-handbook/
npm start

If the project fails to start due to errors run:

npm run clean
npm start

To compile the site for production so it can be deployed:

npm run build

To serve the production build of the site for testing prior to deployment:

npm run serve

Contributing to the project

Look at CONTRIBUTING.md for instructions on how to add new pages to the handbook.