https://github.com/h4kor/community-tweeting-it
Tweets of Community
https://github.com/h4kor/community-tweeting-it
Last synced: 2 months ago
JSON representation
Tweets of Community
- Host: GitHub
- URL: https://github.com/h4kor/community-tweeting-it
- Owner: H4kor
- Created: 2020-04-19T11:24:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:47:59.000Z (over 2 years ago)
- Last Synced: 2024-12-29T11:29:57.904Z (4 months ago)
- Language: Vue
- Size: 4.36 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# community
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).### Deployment
```
git subtree push --prefix dist origin gh-pages
```