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

How do I build and run this code? #9

Open
sharun-s opened this issue Nov 28, 2018 · 4 comments
Open

How do I build and run this code? #9

sharun-s opened this issue Nov 28, 2018 · 4 comments

Comments

@sharun-s
Copy link

My browser says I need a bundle.js when I try opening index.html. I am not too familiar with webpack/babel/node etc. so could you please provide a few lines on how this code is meant to be built and run. Thanks a lot!

@doflah
Copy link
Owner

doflah commented Nov 29, 2018

You can run npm start from the command line. That'll build the javascript and start a development server. Changing the js files will autotrigger a rebuild, so you can refresh the page in the browser to get the latest changes. You can also run npm build to just get the bundle.js output and open index.html in the browser. I've done that in the gh-pages branch to run it at http://doflah.github.io/boostback/

@sharun-s
Copy link
Author

sharun-s commented Nov 29, 2018

Hey thanks! Things are making more sense now.
I had node/npm installed but webpack wasn't and I was constantly getting different webpack not found errors. Finally an npm install within unzipped source directory managed to install all the required dependencies and I got your two commands to work. Really cool project!

@sharun-s
Copy link
Author

Sorry to bother you again. I was just looking at the trajectory data file and couldn't find any documentation on the flightclub api site about these columns.

What coordinate system is the x, y, z in the file referring too?

I am wondering if the output of this simulator - https://github.com/jcreus/launchsim can be visualized via boostback.

@doflah
Copy link
Owner

doflah commented Dec 8, 2018 via email

@sharun-s sharun-s reopened this Dec 10, 2018
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