Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 403 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 403 Bytes

Install Hugo

Build the theme

Install dependencies to build the theme

cd themes/coopcycle/
npm install

Watch for changes in CSS files

npm run watch

Launch server

From the root of the repo, run:

hugo server -D

To use homepage search, specify GOOGLE_API_KEY environment variable

GOOGLE_API_KEY=XXX hugo server -D