dojo.io
dojo.io copied to clipboard
Setting up dojo.io locally fails build
npm run build
fails because db.json
does not exist. You need to touch site/db.json
to fix.
But it still doesn't run, so you can get around that manually by cd site && hexo clean && hexo build
.
Either we need to fix the build process or update the README file with proper instructions.
hexo command has not buil option. I make hexo generate
and hexo serve
but the documentation for the api is missing.
Sorry, that last command should be ... && hexo generate
.
This should be fixed now by #481
@schontz can you confirm this is fixed for you now? If so feel free to close the issue.
@JamesMilnerUK I don't know when I'll be able to test as that was my previous dev setup. I believe my issue was raised at teh request of @agubler or @matt-gadd after they helped me figure out the correct commands.
If #481 seems to fix it feel free to close it.