You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems following many parts of the documentation of get started fails to run as is.
For example: http://www.electrode.io/docs/docker.html
The build part fails without:
cd app
changing "client/app.jsx: code portion from: import "styles/base.css";
to: import "./styles/base.css";
After building the image successfully, the following doesn't launch as expected: docker run -d -p 3000:3000 docker-awesome-container
It needs insertion "your-account-name/" as prefix of the image.
Even after providing the right image #, the container is not running, with no logs shown for container. (I'm still trying to figure out why it fails).
It will be great if somebody makes updates to Getting Started guide upon the version update, as there are some changes to file architecture in many places, so there is a lower entrance barrier to this wonderful project.
The text was updated successfully, but these errors were encountered:
Seems following many parts of the documentation of get started fails to run as is.
For example:
http://www.electrode.io/docs/docker.html
The build part fails without:
import "styles/base.css";
to:
import "./styles/base.css";
After building the image successfully, the following doesn't launch as expected:
docker run -d -p 3000:3000 docker-awesome-container
It will be great if somebody makes updates to Getting Started guide upon the version update, as there are some changes to file architecture in many places, so there is a lower entrance barrier to this wonderful project.
The text was updated successfully, but these errors were encountered: