User-facing documentation for Benefit Decision Toolkit, a Code For Philly project
This is an Astro project using the Starlight template.
The site is deployed to GitHub Pages at https://earth-walker.github.io/bdt-docs/ whenever commits are pushed to the repo.
For non-technical information, see the Google Doc in BDT Google Drive folder.
- Clone or fork the repo.
- CD into repo and run
npm installto install dependencies. - Run
npm run devto start a development server. - Open the link in your terminal to view the site.
- Any changes you make to the project files should cause the page to be instantly reloaded, reflecting your changes.
- To contribute to the project, commit your changes and then make a PR to this repo.