Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thvroyal/weddingphotos2
https://github.com/thvroyal/weddingphotos2
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thvroyal/weddingphotos2
- Owner: thvroyal
- License: mit
- Created: 2020-12-27T17:28:08.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-12T08:19:11.000Z (almost 4 years ago)
- Last Synced: 2024-10-19T14:44:03.322Z (3 months ago)
- Language: JavaScript
- Size: 5.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image Stack Intro Animation
A simple intro animation where an image stack moves to become a grid.
## Installation
Install dependencies:
```
npm install
```Compile the code for development and start a local server:
```
npm start
```Create the build:
```
npm run build
```