Skip to content

archbobo/Exceptionless.UI

 
 

Repository files navigation

Exceptionless.UI

Build Discord Donate

Exceptionless User Interface

Using Exceptionless

Refer to the Exceptionless documentation.

Hosting Options

We provide very reasonably priced hosting at Exceptionless. By using our hosted service, you are supporting the project and helping it get better! We also provide set up and support services.

If you would rather host Exceptionless yourself, you will need to follow the self hosting documentation.

Contributing

In appreciation for anyone who submits a non-trivial pull request, we will give you a free Exceptionless paid plan for a year. After your pull request is accepted, simply send an email to team@exceptionless.io with the name of your organization and we will upgrade you to a paid plan.

Please read the contributing document and follow the steps below to start configuring your Exceptionless development environment.

  1. You will need to clone this repo.

  2. Change into the src directory: cd src.

  3. Install grunt and the development dependencies using npm.

    npm install
  4. Download the JavaScript dependencies by running the following bower command.

    npx bower install
  5. Start a web server and view it on http://ex-ui.localtest.me:5100 by running the following grunt command.

    npx grunt serve

Thanks

Thanks to all the people who have contributed!

contributors

About

Exceptionless web user interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 60.1%
  • HTML 29.9%
  • Less 9.6%
  • Other 0.4%