A website listing social groups in Bristol, UK. Check out the live site, and read about the project ethos on the about page.
The design system for this project is built with Storybook and hosted with GitHub Pages. View the project components & style guide here.
The repo has a few automation tools for developers, found in the /scripts
directory. Most of these require an Anthropic API key, and usually cost around 0.5 - 2 cents to run (with the exception of data migrations, which usually take 10 - 15 cents to run).
All the group data is stored in the data/groups
directory. It's likely that this data will be moved to a BE service at some point, experimenting with AI migrations here has proved quite flexible so far.
- Getting started - a guide for developers new to the project to get up and running.
- Codebase introduction - an overview of the repository and how key aspects of the site functions
- Styling - how CSS is applied to the site.
- Group JSON file format documentation - information about how the group data is stored.
- Groups to add - a backlog list of groups yet to be triaged and added to the site.
- Development roadmap - a todo list of new features and improvements to the site.
- Development ethos - why the site has been made the way it has.