-
Notifications
You must be signed in to change notification settings - Fork 12
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
Updated/new documentation for custom nodes, CLI, tests #83
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.
Looks great!
README.md
Outdated
If you write custom nodes that require additional packages, you can add these | ||
to the Docker image by running: | ||
``` | ||
docker exec pipenv install [package-name] |
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.
Let's remove this until we figure out if it will work
README.md
Outdated
`docker-compose up` | ||
|
||
This builds both the front- and back-end Docker images and runs them with | ||
networking between the images. To use the GUI, open http://localhost:3000 in your |
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.
nitpick: the running process is a container, the static (downloadable) artifact is the image
Really great documentation! |
Updated the main README to include:
Adds new doc files for:
Labeling this as a work in progress since some of this reflects some functionality that's not yet finished and may be subject to change.