An open API service indexing awesome lists of open source software.

https://github.com/middlebury/college-handbook


https://github.com/middlebury/college-handbook

ews gatsby static-site

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Middlebury College Handbook

## Requirements

* [Node.js](https://nodejs.org/) v18.16.0+
* [Gatsby CLI](https://www.gatsbyjs.com/docs/tutorial/getting-started/part-0/#gatsby-cli) - Install the Gatsby CLI globally by running the command below:

```shell
npm install -g gatsby-cli
```

## Start developing

Clone the repo and install node dependencies:

```shell
npm install
```

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

```shell
cd college-handbook/
npm start
```

If the project fails to start due to errors run:

```shell
npm run clean
npm start
```

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

```shell
npm run build
```

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

```shell
npm run serve
```

## Contributing to the project

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