SpecDB is a beatiful and easy-to-use AMD equivalent to Intel's ARK. It's powered by Mithril and Browserify on the front-end, and has no backend (just static files).
- Clone the rep
- Move to cloned directory
- Run
npm installto get node dependencies - Run
npm run buildto build. In production, usenpm run build productioninstead
Then, you can view SpecDB at file:///home/markasoftware/whatever/specdb/, which sholud be good enough for development. You may wish to use a proper file server, like Nginx, instead.
Specs are in the specs/ folder. You can probably see how they're done by looking at the files there. If you aren't familiar with Git but still want to contribute, you can send me some specs just written out in a txt file or something on Reddit, or leave an issue here on Github, and I or someone else will do the work of turning whatever you wrote out into the necessary yaml files and adding it to the repo.