An open API service indexing awesome lists of open source software.

https://github.com/pbutcher/blacksmith

An open-source framework for source code review
https://github.com/pbutcher/blacksmith

Last synced: 2 months ago
JSON representation

An open-source framework for source code review

Awesome Lists containing this project

README

          

# Blacksmith

### An open-source framework for source code review

**Built on [Electron](http://electron.atom.io)**

The project will initially use [jQuery](http://jquery.com) with a view to move to [React](https://facebook.github.io/react) later if Electron turns out to be suitable for the project. Taking it one step at a time!

### To install ###

```
# Install Electron
$ npm install -g electron-prebuilt

# Fork blacksmith
$ git clone git@github.com:PButcher/blacksmith.git

# Get node dependencies
$ npm install

# Get bower dependencies
$ bower install
```

### To run ###

```
$ electron absolute/path/to/blacksmith
```