/34c3.info

A small collection of 34c3 related urls.

Primary LanguageCSSMIT LicenseMIT

📚 Dependencies

Make sure you have Node.js installed.

To get all of the npm the dependencies run:

npm install

🚧 Development Server

  • To start the development server and open up localhost:3000 automagically run:
npm start

📦 Build

This also runs in a pre commit hook.

  • To build the content of ./src and put the resulting files into ./docs run:
npm run build

🔍 Where is stuff?

  • The content mainly lives in src/harp.json.
  • Templates and stylesheets are inside the src/public directory.