• This repository has been archived on 06/Mar/2023
  • Stars
    star
    102
  • Rank 325,050 (Top 7 %)
  • Language
    JavaScript
  • License
    Apache License 2.0
  • Created over 9 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Exceptionless web user interface

Exceptionless.UI

Build Discord Donate

Exceptionless User Interface

Warning This repository has been archived and is no longer maintained. All the source code and issues have been moved to https://github.com/exceptionless/Exceptionless. Please use the new repository for any future inquiries or contributions. Thank you for your interest and support.

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 [email protected] 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