This repository contains the code and content for Ember's development website, located here. The website uses Hugo, a static site generator.
To build and run this website locally:
- Follow the short installation guide on the Hugo website
git clone
or download this repository- Navigate to the directory containing the repository
- Run
hugo server
(add-D
to include draft content) - Visit http://localhost:1313 (
1313
being the default Hugo server port)
All commits to master
on this repository will trigger a build and deployment based on the latest commit.
Issues and pull requests are welcome.