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
- Host: GitHub
- URL: https://github.com/powerman/narada-plugin-mojo
- Owner: powerman
- Created: 2015-04-10T00:26:38.000Z (almost 11 years ago)
- Default Branch: doc
- Last Pushed: 2016-05-21T04:22:06.000Z (over 9 years ago)
- Last Synced: 2025-02-15T05:52:34.925Z (11 months ago)
- Language: ApacheConf
- Homepage:
- Size: 223 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
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].