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

https://github.com/powerman/narada-plugin-mojo

Mojolicious webapp for Narada projects
https://github.com/powerman/narada-plugin-mojo

Last synced: 4 months ago
JSON representation

Mojolicious webapp for Narada projects

Awesome Lists containing this project

README

          

Narada plugin: mojo
===================

This repo contains extra files needed to add modern webapp (based on
http://mojolicio.us/[Mojolicious] + http://getbootstrap.com/[Bootstrap] +
http://backbonejs.org[Backbone]) for
https://github.com/powerman/Narada[Narada] projects.

There are different sets of files available in different branches:

master:: plugin files which you should merge into your project

doc:: (this branch) no plugin files, only documentation about this repo

== Install

Just merge this repo into your project's repo:

```
git remote add narada-plugin-mojo -t master -m master \
-f https://github.com/powerman/narada-plugin-mojo.git
git merge narada-plugin-mojo
```

== Documentation

Documentation is in your project's directory, see
https://github.com/powerman/narada-plugin-mojo/blob/master/doc/narada-plugin-mojo.adoc[doc/narada-plugin-mojo.adoc].