Added analytics and WebFinger support along with little things

This commit is contained in:
Alan Bridgeman 2024-03-21 12:03:30 -05:00
parent 73d92fe840
commit ba3978fffb
9 changed files with 2794 additions and 15 deletions

View file

@ -1,2 +1,12 @@
# Main Website - Bridgeman Accessible (bridgemanaccessible.ca)
The Bridgeman Accessible main website
## Getting started
Before you can start there is a little bit of required setup
```sh
# Create a `.npmrc` file (you cna copy-paste the `.npmrc.example` file provided replacing `<token>` with a proper value)
mv ./.npmrc.example ./.npmrc
# If you need a token - login to the registry
npm login --registry http://npm.pkg.bridgemanaccessible.ca/
```