Contribute
Requirements
Analytics at Sauder uses npm to centralize dependency management
- Download and install Node.js (it includes npm) for your platform.
Getting the site onto your local machine
Create a new site, change directories, install dependencies, and start development server.
Cloning the repository
git clone https://github.com/Analytics-at-Sauder/hugo-website
Change directories
cd hugo-website
Install dependencies
npm install
Start development server
npm run start
Npm will start the Hugo development webserver accessible by default at http://localhost:1313
. Saved changes will live reload in the browser.