A part of being a collection of resources is collecting and displaying data. Some text (e.g. how to remove stickers on our website) will be hardcoded. However, every list (e.g. organisations or watchpigeon articles like seen in Watchpigeon Flanders) are available in YAML format: human+machine readable & writeable.
This data can be used by people and organisations in line with what Antifantwerp stands for. For more information on this, see the Antifantwerp positions page.
- Stickers: data & images
- Organisations: data
- Positions: pure text, and thus hardcoded
- Watchpigeon: data & images
- Resources:
- Locations: possibly TODO, depending whether it falls under text or data down the road
- Contributing: text
- Thanks: text
Requirements: node.js, yarn
git clone https://github.com/Antifantwerp/antifantwerp.github.io.git
cd antifantwerp.github.io
yarn install
Then run...
yarn build
to build intodist/
yarn dev
to run a dev server on localhost:8080.