An open API service indexing awesome lists of open source software.

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

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.