Skip to content

Fix broken headings in Markdown files #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
#skilltree
# skilltree

Build your own skill tree similar to [DungeonsAndDevelopers.com](http://www.DungeonsAndDevelopers.com)!

###Before you start
### Before you start

This app uses Steve Sanderson's awesome [Knockout.js](http://knockoutjs.com/) framework extensively. Knockout provides a fun, low-barrier entry to MVVM concepts. If this is all new to you, check out the [tutorial](http://learn.knockoutjs.com/).

(Psst! After you're done messing with this project, check out [Google's Angular.js](http://angularjs.org/) for another perspective.)

###Building skilltree.min.js
### Building skilltree.min.js

The */src* folder contains a file called *skilltree.js*. You can use a compiler like [CodeKit](http://incident57.com/codekit/) or [Prepos](http://alphapixels.com/prepros/) to uglify this to *dist/skilltree.min.js*. (You will probably need to alter the output path.)

###What's *not* in here?
### What's *not* in here?
* Any server side code or database stuff. We're keeping it simple!
* Styling. I'm open to ideas on how to handle the skill positions and dependency arrows, provided it doesn't look lame and still gives the designer flexibility. A secondary optional class for auto-positioning might be a decent solution...

###Demos
### Demos
The */demos* folder contains */dungeons-and-developers*, which is probably what brought you here. I've split it out with the hope that you'll be able to use the skilltree script independendently for your own project, and even add your own to the demos folder, if you wish.

**Please do, I'd love to see what you make!**

##License
## License

MIT license - [http://www.opensource.org/licenses/mit-license.php](http://www.opensource.org/licenses/mit-license.php)