Skip to content

seriouz/JabbRv2

 
 

Repository files navigation

JabbR v2 Build Status

JabbR is a xplat chat web application built with ASP.NET 5 and MVC 6 using SignalR.

Supported platforms

JabbRv2 can run on the following platforms:

  • Windows
  • OS X

Build

JabbRv2 is a web application built on ASP.NET 5, to build and develop JabbRv2 you will need the following:

Getting started with ASP.NET 5

Code editor

If you are on Windows you can download and install Visual Studio 2015 RC

If you are on OS X, or don't want to install and run VS2015 RC, there are a few other options available to you:

  • Visual Studio Code, Microsofts new xplat code editor.
  • OmniSharp provide plugins for several other popular text editors for both Windows and OS X.

Windows

Once you've got all the necessary bits mentioned above, run the below:

git clone https://github.com/JabbR/JabbRv2.git JabbRv2
cd JabbRv2
.\build.cmd

OSX

If you want to build and develop JabbRv2 on OSX there's a few little hoops that you will have to jump through to get it buildind and running.

Once you have the latest mono installed, run the below:

git clone https://github.com/JabbR/JabbRv2.git JabbRv2
cd JabbRv2
.\build.sh

Contribute

We welcome contributions from experienced developers. You can get involved by logging bugs in github, hacking on the source, or discussing issues / features in the #meta room on JabbR.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.9%
  • CSS 26.6%
  • C# 14.2%
  • Other 0.3%