Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 500 Bytes

README.md

File metadata and controls

31 lines (27 loc) · 500 Bytes

Prewired website, MKII

Code behind https://www.prewired.org.

Based on the Digital Garden theme for Hugo.

Development

  • Install prerequisites:
sudo apt install hugo
sudo apt install npm
  • Clone and navigate into this repository:
git clone <repo>
cd <repo>
  • Install dependencies:
npm install
sudo npm i -g postcss-cli
  • Run development server with:
npm run dev

or

hugo serve