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

https://github.com/jerdog/restaurant-template-cms


https://github.com/jerdog/restaurant-template-cms

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Example site for restaurants built with Victor Hugo

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/netlify/restaurant-template-cms&stack=cms)

![homepage of an example restaurant website](https://s3-us-west-1.amazonaws.com/publis-brian-images/restaurant.jpg)

This is the repository for the example site featured in the [Coding Modern Websites with the JAMstack](https://www.netlify.com/blog/2017/10/06/coding-modern-websites-with-the-jamstack-part-1/) tutorial.

To install and run the example site locally, here’s what you’ll need:

## System Requirements

* [git](https://git-scm.com)
* [NodeJS](nodejs.org) 8 or greater
* [Hugo](https://gohugo.io/overview/installing/)

## Usage

Clone this repository and run:

```bash
npm install
npm run start
```

Then visit http://localhost:3000/ - BrowserSync will automatically reload CSS or
refresh the page when stylesheets or content changes.

To build your static output to the `/dist` folder, use:

```bash
npm run build
```

## License

[MIT](LICENSE)