-
Notifications
You must be signed in to change notification settings - Fork 747
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
[README] Quick Start Section #4650
Comments
I've updated the README in the meantime to point to We should point to more external sources. paritytech/eng-automation#10 will also help with this. |
Maybe we can transform |
I am not familiar enough yet with the tools here but @rzadp can look into it as a part of paritytech/eng-automation#10 and specificailly as a part of new |
As for the development setup: which linux distros do we want to support for development? I didn't see it written down anywhere, but looking at CI, seems like we support only Ubuntu/Debian at the moment. Do we want to support more? I tried to configure a fresh Alpine docker container and compile a minimal template as an experiment, but failed and gave up after a while :( Not sure if I think a distro can be called supported if it's used on CI. So we would be trading a script to install Also, I'm not sure if
So I'm not sure it's good to impose an isolated development solution like |
If its easy enough to install the dependencies without devbox then we dont need it. It was just an idea, but having a script would also work. For support: we do support Debian (Ubuntu) and MacOS. I think we had a bash script in the past. |
I would love to see this bash script to be fancy, use ascii art, be interactive and fun to use :) |
If we want a pretty one-liner, we might want to have a nice url like |
Happy to see some bullishness on Pop CLI :) We have a new command We intend to continue improving on it to make it more "interactive and fun to use" :) We are very open to feedback and suggestions. One thing to note, with Pop CLI it will take two steps:
But after that, generating a new parachain and launching it locally requires no additional installations. |
@peterwht what do you think of #4879? Does it overlap a lot with what In any case, we'd be happy to link to |
Hey @kianenigma, thanks for the response. #4879 does have overlap with |
Can be closed now? we merged our in-house script. |
Our readme does not have a quickstart section or similar. Ideally when opening a repo, there is a one-liner to copy&paste that sets up a minimal demo and development env.
Not sure how to best do this, but i am pretty bullish on pop-cli. So maybe we can setup some script that installs it and runs a local parachain example.
For the development setup we could try things like devbox (more friendly version than nix flake) or similar. I think we used
nix
in the past and it got removed after not being maintained, so maybe that is lower prio.The text was updated successfully, but these errors were encountered: