https://github.com/web-mech/tumblr-scroller
tumblr scroller
https://github.com/web-mech/tumblr-scroller
Last synced: about 2 months ago
JSON representation
tumblr scroller
- Host: GitHub
- URL: https://github.com/web-mech/tumblr-scroller
- Owner: web-mech
- Created: 2018-11-26T20:05:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-03T21:53:53.000Z (over 6 years ago)
- Last Synced: 2025-02-04T17:18:20.754Z (4 months ago)
- Language: Vue
- Homepage:
- Size: 267 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tumblr-scroller
## Live Demo
https://dist-kf6mj56fy.now.sh
## Project setup
```
yarn install
```### Add `.env.development.local` from `.env.example` and add tumblr api key
```
VUE_APP_TUMBLR_KEY=[your tumblr key here]
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Run your end-to-end tests
```
yarn run test:e2e
```