Skip to content

Commit

Permalink
doc: Add development guide
Browse files Browse the repository at this point in the history
  • Loading branch information
yhara committed Jun 2, 2019
1 parent d641264 commit ab28682
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions HACKING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# How to develop DXOpal

1. `npm install uglifyjs -g`
2. `bundle install`

# How to update Opal

1. `bundle update`
2. `rake build_min -B`

0 comments on commit ab28682

Please sign in to comment.