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
- Host: GitHub
- URL: https://github.com/pbutcher/blacksmith
- Owner: PButcher
- Created: 2015-07-14T15:57:05.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-28T16:34:01.000Z (almost 11 years ago)
- Last Synced: 2026-03-11T15:50:27.274Z (4 months ago)
- Language: JavaScript
- Size: 998 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```