Skip to content

Gottwik/enduro_admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

db2d984 · Jan 6, 2018
Jan 6, 2018
Nov 21, 2016
Nov 14, 2017
Nov 13, 2017
Dec 26, 2017
Jan 6, 2018
Jul 29, 2016
Jul 11, 2017
Jul 11, 2017
May 17, 2016
Aug 19, 2016
Jul 11, 2017
Jul 18, 2016
Jul 16, 2017
Nov 14, 2017
Jun 22, 2016
Nov 14, 2017
Nov 14, 2017

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.