Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

exceptionless/Exceptionless.UI

Folders and files

NameName
Last commit message
Last commit date
Jun 30, 2022
Sep 21, 2021
Feb 3, 2023
May 23, 2018
Apr 16, 2021
Apr 16, 2021
Sep 4, 2021
Nov 21, 2014
Mar 6, 2023
Sep 4, 2021
Sep 2, 2020
May 4, 2022

Repository files navigation

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