A 100+% Completionist Guide of the Capital Wasteland
Made with Astro 🚀!
All edits, suggestions, issues and PRs are welcome!
- Collectable Tracking
- Save + Load JSON savefile
- More theming
- Search / Filtering
- Filtering
- Searching
- Progress Bar
--
This checklist website is inspired by a few things. First, this checklist is mainly inspired by FALLOUT 3 WASTELAND CHECKLIST by Logea, a pdf checklist that was promoted on reddit in this post. Transitive thanks should be given as well: The format of this Fallout 3 checklist is based on the Mass Effect Galactic Checklists by Teryx and ZimmMaster (formerly hosted at masseffect.shockfront.net). Many, many thanks to them!
All content is sourced from the Fallout Wiki, IGN’s quest guides, or the game itself. Fallout is the intellectual property of Bethesda Softworks LLC.
This repo uses Astro's GitHub Pages Template
This minimal Astro project template comes with a GitHub Action that automatically deploys your site to GitHub Pages.
For more information, please see our complete deployment guide—Deploy your Astro Site to GitHub Pages.
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:3000 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add , astro check |
npm run astro --help |
Get help using the Astro CLI |