A site to document trans peoples experiences with the UK's GIC system.
- Install dependencies by running
npm i
- Add experiences (in markdown) in the
posts
folder. - Run a copy of the project locally using
npm run serve
to see your changes locally. - Run
npm run build
which will build the website in the_site
folder which you can deploy.