-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Add forc explorer command #674
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clippy lint failing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- The command downloads the files to
./forc/www/
specifically, which only works when building from GitHub source and runningforc
from the repo checkout's root directory. The command must work in any random directory, and download files to~/.forc/www/
or~/.fuel/www/
(i.e. from the home directory), rather than the a directory from the CWD. - Running the command then opening the given address in a browser showed a blank page.
@alex-matthe are you still working on this? |
@sezna I think Alex is away atm. |
Yes |
b6aa4b7
to
f02651f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking really solid, oh and I played with the explorer and it looks so cool! Very excited about it. I left just a couple of nits/clarification questions.
6af18f1
to
d6a8bdb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Should we open an issue for the future --version
feature?
Yes, I'll file a low priority issue for it |
d6a8bdb
to
c8456c1
Compare
I rebased the branch on top of latest master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved but there are some merge conflicts now
Close #608
This PR adds the command for spinning up a local server that serves the static files of the Explorer app. These are fetched from the public releases of the Explorer repo and stored in
~/.fuel/explorer/<version>
directoriesUsage:
Feel free to add other reviewers