Website for Hackerspace Gent (0x20).
Events are managed via markdown files in /events/ with YAML frontmatter. Anyone can add events via Pull Request - see /events/README.md for the format.
npm install
npm run dev # Development with auto-reload
npm start # ProductionServer runs on http://localhost:3000
website-node/
├── public/ # Static assets (css, js, images)
├── views/ # Pug templates
├── events/ # Event markdown files
├── scripts/ # Calendar export/import scripts
└── server.js # Express server
docker compose up -d --build