Code behind https://www.prewired.org.
Based on the Digital Garden theme for Hugo.
- 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