Skip to content

Gottwik/enduro_admin

Repository files navigation

Enduro

Join the chat at https://gitter.im/Enduro-js/Lobby npm version

This is the admin interface for enduro.js.

Other repositories: Endurosamples • Enduro admin • endurojs.com site

image

Documentation

Documentation is mostly shared with enduro. Check it out at www.endurojs.com/docs

Developing enduro admin

Just clone the project and develop it as if it was another enduro project. There is a tiny test suite that can be run by npm test

Having enduro_admin npm linked

Sometimes you want to develop enduro_admin against an existing project of yours. For this, you can use npm link.

Just cd into enduro_admin folder and do npm link and then cd into the enduro's folder and do npm link enduro_admin.

Be careful that by doing this you'll have to update enduro_admin to the newest version by doing a git pull on your enduro_admin folder, rather than just updating enduro and getting the latest version with it.