bearded-web / bearded

MIT License
130 stars 44 forks source link

complete and verify README.md installations instructions #80

Open dmitris opened 9 years ago

dmitris commented 9 years ago

regarding

Run dev server and look to build path bearded dispatcher --frontend ../frontend/build/ -v

should README.md tell to git clone https://github.com/bearded-web/frontend in the parent directory?

But even when I did that and tried to run "npm run dev", I'm getting the following error:

 npm run dev
npm ERR! Darwin 14.3.0
npm ERR! argv "/Users/dmitris/.nvm/v0.12.2/bin/node" "/Users/dmitris/.nvm/v0.12.2/bin/npm" "run" "dev"
npm ERR! node v0.12.2
npm ERR! npm  v2.7.4

npm ERR! missing script: dev
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/dmitris/go/src/github.com/bearded-web/frontend/npm-debug.log
slonoed commented 9 years ago

Hi! Frontend repo was updated. We change README in backed asap. For develop only backend you can use builded frontend statics in ../frontend/dist/

m0sth8 commented 9 years ago

link to #61 #50

jzy2000 commented 8 years ago

I have a similar question w.r.t. "Run dev server and look to build path bearded dispatcher --frontend ../frontend/build/ -v" "bearded" apparently not a valid shell command, is it go script then? I feel there are missing instructions before this step. Please advise.

Another question on "The project in pre-pre-alpha stage. Please, do not use this right now.", I have not seen activity for 6months, do you guys plan to continue on?