# 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 `` 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/ ```