This is the repository for Shipped Brain's frontend applicaition, currently using Angular 9.
npm install
npm run prettier
If using Visual Studio Code, you can format files on save/paste by placing the following in your settings.json file:
{
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
npm run lint
(not yet implemented)
npm run test
npm run build