This application is a messaging application for inrupt/solid. Inbox is an web application written in angular It uses Yarn (instead of angular's default npm) as a package manager.
Application is deployed live at https://whyineedtofillusername.github.io/inbox/.
Follow steps for running angular at https://angular.io/guide/setup-local - install node.js and yarn (instead/after npm).
Run yarn install, then you can run any step from package.json. To build app, run ng build. The build artifacts will be stored in the dist/ directory.
However, you can omit the ng build and run the app directly:
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via Protractor.
This project was generated with Angular CLI version 10.1.7.