This repo holds the source code for the official Dasher Website.
This website is build using Hugo, a static site generator. We use the Docsy theme developed by Google.
Before you can run the site you must have the following installed:
To run a local copy of the website so that you can see the changes you make follow these steps:
- Install dependencies with
npm install
- Run
hugo server
- Visit
http://localhost:1313
in your browser.
To build a local copy of the website follow these steps:
- Install dependencies with
npm install
- Run
hugo
NOTE: The production version of the site is build on Netlify
The site is builds on every commit to the repo on Netlify. If the commit is to the main branch then the site is deployed to production, if the commit is to a branch then the site is deployed to a staging version.
You can see all the build configuration in the netlify.toml file