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

Build environment could use some documentation #658

Closed
fluffy-critter opened this issue Jun 27, 2020 · 3 comments
Closed

Build environment could use some documentation #658

fluffy-critter opened this issue Jun 27, 2020 · 3 comments

Comments

@fluffy-critter
Copy link
Contributor

Hi, I'd like to work on some changes for isso but unfortunately the README doesn't provide sufficient information to get started with the build environment. Is there a simple set of instructions about what I need to install so that the Makefile works? I'm not as well-versed in the Javascript ecosystem as in Python, so I'm not quite sure how to get, for example, make js to actually work.

Thanks!

@jefft
Copy link
Contributor

jefft commented Jul 10, 2020

Agreed, it could.

Doing what the Dockerfile does is a good general rule. The Dockerfile begins with node: OS image, i.e. one where npm is available. So the first step is to get a Node binary distribution for your OS. Then follow the Dockerfile commands (npm install -g ...).

@ix5
Copy link
Member

ix5 commented Feb 5, 2021

I've tried making the install from source section more clear in #703

@jelmer
Copy link
Member

jelmer commented Feb 10, 2021

Closing this now that #703 has landed.

@jelmer jelmer closed this as completed Feb 10, 2021
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

4 participants