Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
0afe8e3e
Unverified
Commit
0afe8e3e
authored
Nov 20, 2018
by
yann300
Committed by
GitHub
Nov 20, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1065 from hskang9/patch-1
Add argument to connect local folder to remix-ide and Provide an example
parents
59037664
bf9b7447
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
tutorial_remixd_filesystem.md
docs/tutorial_remixd_filesystem.md
+5
-2
No files found.
docs/tutorial_remixd_filesystem.md
View file @
0afe8e3e
...
@@ -10,8 +10,11 @@ The code of RemixD can be checked out
...
@@ -10,8 +10,11 @@ The code of RemixD can be checked out
Remixd can be globally installed using the following command:
Remixd can be globally installed using the following command:
`npm install -g remixd`
.
`npm install -g remixd`
.
Then
`remixd -s <absolute-path-to-the-shared-folder>`
will start Remixd
Then
`remixd -s <absolute-path-to-the-shared-folder> --remix-ide <your-remix-ide-URL-instance>`
will start Remixd
and share the given folder.
and share the given folder.
For example, to sync your local folder to the official Remix IDE,
`remixd -s <absolute-path-to-the-shared-folder> --remix-ide https://remix.ethereum.org`
The folder is shared using a websocket connection between
`Remix IDE`
The folder is shared using a websocket connection between
`Remix IDE`
and
`Remixd`
.
and
`Remixd`
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment