https://github.com/nerdenough/shoot
Shoot images to the cloud
https://github.com/nerdenough/shoot
aws cloud images shoot
Last synced: 4 months ago
JSON representation
Shoot images to the cloud
- Host: GitHub
- URL: https://github.com/nerdenough/shoot
- Owner: nerdenough
- Created: 2017-01-28T06:45:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-05T18:33:23.000Z (about 9 years ago)
- Last Synced: 2025-04-07T20:44:31.490Z (about 1 year ago)
- Topics: aws, cloud, images, shoot
- Language: Vue
- Homepage:
- Size: 902 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shoot
> Shoot images to the cloud
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron app for production
npm run build
# lint all JS/Vue component files in `app/src`
npm run lint
# run webpack in production
npm run pack
```
More information can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/docs/npm_scripts.html).
---
This project was generated from [electron-vue](https://github.com/SimulatedGREG/electron-vue) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about this project can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).