https://github.com/narkoz/pixeles
Photo gallery web application
https://github.com/narkoz/pixeles
Last synced: 7 months ago
JSON representation
Photo gallery web application
- Host: GitHub
- URL: https://github.com/narkoz/pixeles
- Owner: NARKOZ
- License: bsd-2-clause
- Created: 2017-10-05T20:47:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-08T17:40:47.000Z (about 8 years ago)
- Last Synced: 2025-01-21T00:28:30.275Z (9 months ago)
- Language: JavaScript
- Homepage: https://pixeles.surge.sh
- Size: 86.9 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Pixeles
Reddit photo gallery web application that allows user to view images from
predefined communities. Built using VueJS 2 and Bootstrap 4.Demo: https://pixeles.surge.sh/
## Build Setup
```sh
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report# deploy
npm run build && npm run deploy
```## License
Released under the BSD 2-clause license. See LICENSE.txt for details.