-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bringing dependencies UTD, slightly improved readme, move port to avo…
…id php-fpm listening on 9000.
- Loading branch information
1 parent
3d0a0a8
commit f459cd3
Showing
9 changed files
with
3,754 additions
and
2,881 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 |
---|---|---|
@@ -1,8 +1,15 @@ | ||
# Animation backdrop for glass | ||
(This art project needs a name.) | ||
I made this piece of stained glass: | ||
![Grid window](readme-src/IMG_20170315_211141.jpg) | ||
|
||
It is sized to fit a specific computer monitor approximately 24" diagonally, with the intention of running animation onscreen that is sized and shaped to the pieces of glass and the lead lines that make up the window. | ||
|
||
An example video: | ||
[Instagram video](https://www.instagram.com/p/BWbo6g5Dcv_/) | ||
|
||
# Installing & running | ||
Requires [yarn](https://yarnpkg.com/). | ||
|
||
* `yarn install` the first time. | ||
* Build with `yarn run build`. You should do this at least once. | ||
* Run server with `yarn run start` then load [http://localhost:9000/](http://localhost:9000/) (until I know any better). | ||
* Run server with `yarn run start` then load [http://localhost:9876/](http://localhost:9876/). |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
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 |
---|---|---|
|
@@ -87,4 +87,3 @@ Shape.prototype.setPattern = function setPattern(options) { | |
}; | ||
|
||
export default Shape; | ||
|
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
Oops, something went wrong.