Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 663 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 663 Bytes

Sangu.be website

Building the website

npm install
npm run build

Gulp error

const { Math, Object } = primordials;
ReferenceError: primordials is not defined

Solution: Downgrade node to v10.13.0 (more info)

Testing the website

and visit http://127.0.0.1:8080/

Configuration

Variables are stored in ./site/api/sp-config.json
Accessible as: #{contributors} in jade.

Deploying the website

See deploy.md