Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run application directly from source #28

Closed
ettr opened this issue May 26, 2018 · 3 comments
Closed

Run application directly from source #28

ettr opened this issue May 26, 2018 · 3 comments

Comments

@ettr
Copy link

ettr commented May 26, 2018

Hey everyone,
is there a possiblity to run the app directly from the sourcecode?
I tried with npm start but this only runs the empty sceleton.
screenshot 2018-05-26 um 15 22 41
Would be nice to be able to add some features & contribute to the very nice app.

@willosof
Copy link
Member

You need to join us at slack :)

$ git submodule init
$ git submodule update
$ cd bitfocus-skeleton
$ yarn
$ cd ..
$ yarn
$ npm run start

should do it though :)

@ettr
Copy link
Author

ettr commented May 26, 2018

thanks. I would like to but the slack link seems to be broken. I get a message telling me the link is not active anymore...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants