Skip to content

angular project supporting LDN, AP protocols for using solid/inrupt/pleroma as message inbox

Notifications You must be signed in to change notification settings

WhyINeedToFillUsername/inbox

Repository files navigation

Inbox

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.

Live version

Application is deployed live at https://whyineedtofillusername.github.io/inbox/.

How to run application yourself

Prerequisites

Follow steps for running angular at https://angular.io/guide/setup-local - install node.js and yarn (instead/after npm).

Build

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 - development server

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.

Tests

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further details

This project was generated with Angular CLI version 10.1.7.

About

angular project supporting LDN, AP protocols for using solid/inrupt/pleroma as message inbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published