Ember + Lux (Seeds) Example App
Illumine - (Lux)
They are a devouring force; they illumine, but they burn; they have the right to be unique in their being and in their work.
Michelangelo Romain Rolland
Soliscence - (Ember)
Serotiny is an ecological adaptation exhibited by some seed plants, in which seed release occurs in response to an environmental trigger, rather than spontaneously at seed maturation. Seeds activated from warming by the sun are called soliscence
- clone this repo
cd illumine && npm i
npm run seed
- which runs an npm script to execute the following commands
lux db:create && lux db:migrate && lux db:seed
cd ../soliscence && npm i && bower i
Now fire up both servers
lux s
ember s
Next version of seeds will come ready to go, out-of-the-box with Lux to make it even easier to get up and running with Lux and Ember.