Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oevgeny/webgl-photowall
https://github.com/oevgeny/webgl-photowall
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/oevgeny/webgl-photowall
- Owner: OEvgeny
- Created: 2015-11-27T12:50:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-28T20:19:04.000Z (about 9 years ago)
- Last Synced: 2024-11-06T00:18:50.118Z (2 months ago)
- Language: JavaScript
- Homepage: http://oevgeny.github.io/webgl-photowall
- Size: 540 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Photo Wall
Photo wall interactive demo.
## Development
Clone this repo and install dependencies:
```
npm install
```
To start development server on [localhot:8080](http:\\localhot:8080) use:
```
npm start
```
Or simply run gulpTo build project use:
```
npm start build
```
Or:
```
gulp build
```
In this case you will need to install gulp globally.