https://github.com/nice-digital/bnf-link-checker
Check links from the old BNF against the new Gatsby BNF
https://github.com/nice-digital/bnf-link-checker
Last synced: over 1 year ago
JSON representation
Check links from the old BNF against the new Gatsby BNF
- Host: GitHub
- URL: https://github.com/nice-digital/bnf-link-checker
- Owner: nice-digital
- License: mit
- Created: 2022-05-06T09:53:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-06T09:55:13.000Z (about 4 years ago)
- Last Synced: 2025-01-08T10:45:34.564Z (over 1 year ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BNF link checker
> Small utility to check links from the current live BNF site agains the new Gatsby BNF
## Usage
Install Volta to manage Node versions if you don't already have it. Using Volta will automatically use the correct Node version based on package.json.
If you're not using Volta, then use Node 18. Node 18 is needed as we're using fetch and top level await.
Install dependencies via `npm i` on the command line.
Change any values inside _settings.json_ for the sites to point at.
Run `npm start` and you should see a table outputted on the console.