https://github.com/bkawk/photo-rotate
A polymer 3 web component to orientate a photo taken with a mobile
https://github.com/bkawk/photo-rotate
Last synced: 6 months ago
JSON representation
A polymer 3 web component to orientate a photo taken with a mobile
- Host: GitHub
- URL: https://github.com/bkawk/photo-rotate
- Owner: bkawk
- License: mit
- Created: 2019-05-08T01:37:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T06:58:41.000Z (almost 7 years ago)
- Last Synced: 2025-05-16T15:13:02.508Z (10 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# \
## Install the Polymer-CLI
First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) and npm (packaged with [Node.js](https://nodejs.org)) installed. Run `npm install` to install your element's dependencies, then run `polymer serve` to serve your element locally.
## Viewing Your Element
```
$ polymer serve
```
## Running Tests
```
$ polymer test
```
Your application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.