https://github.com/jerdog/restaurant-template-cms
https://github.com/jerdog/restaurant-template-cms
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jerdog/restaurant-template-cms
- Owner: jerdog
- License: mit
- Created: 2021-10-08T19:37:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-08T19:39:05.000Z (almost 5 years ago)
- Last Synced: 2025-10-09T07:08:59.695Z (10 months ago)
- Language: HTML
- Size: 42.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example site for restaurants built with Victor Hugo
[](https://app.netlify.com/start/deploy?repository=https://github.com/netlify/restaurant-template-cms&stack=cms)

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)