Closed kumar303 closed 10 years ago
It looks like you rename config/dev.js-dist (is that filename right?) to config/developer.js and then you call npm start but there are no docs on this. I can patch it up later, just wanted to file so I don't forget.
config/dev.js-dist
config/developer.js
npm start
Ya, we should improve this. Also remove docs/DEVELOPERS.md which is left over from the prototype.
docs/DEVELOPERS.md
Fixed with ec0c249
It looks like you rename
config/dev.js-dist
(is that filename right?) toconfig/developer.js
and then you callnpm start
but there are no docs on this. I can patch it up later, just wanted to file so I don't forget.