-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated readme to use network to pull from S3
- Loading branch information
Showing
3 changed files
with
2,854 additions
and
561 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,11 +24,13 @@ [email protected] yourfilepath/images | |
* [email protected] | ||
* [email protected] | ||
|
||
If you run into a missing package for babel on first compile see: https://stackoverflow.com/questions/52087421/module-build-failed-from-node-modules-babel-loader-lib-index-js-typeerror | ||
|
||
### Compiles and hot-reloads for development | ||
``` | ||
npm run serve | ||
``` | ||
Open a browser to http://localhost:8080/images/ to view. Changes to the source will auto reload. | ||
Open a browser to http://10.0.0.175:8080/images/ to view. Changes to the source will auto reload. | ||
|
||
### Compiles and minifies and pushes to GitHub pages for production | ||
``` | ||
|
Oops, something went wrong.