Added analytics and WebFinger support along with little things
This commit is contained in:
parent
73d92fe840
commit
ba3978fffb
9 changed files with 2794 additions and 15 deletions
10
README.md
10
README.md
|
|
@ -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/
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue