Skip to content

Commit

Permalink
Updated readme to use network to pull from S3
Browse files Browse the repository at this point in the history
  • Loading branch information
eajung committed Jan 5, 2022
1 parent 6471b79 commit f6d4e4d
Show file tree
Hide file tree
Showing 3 changed files with 2,854 additions and 561 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
Loading

0 comments on commit f6d4e4d

Please sign in to comment.