https://github.com/darksworm/emojigun-web
Emojigun website + emoji downloader
https://github.com/darksworm/emojigun-web
Last synced: 4 months ago
JSON representation
Emojigun website + emoji downloader
- Host: GitHub
- URL: https://github.com/darksworm/emojigun-web
- Owner: darksworm
- License: gpl-3.0
- Created: 2019-12-15T21:18:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:05:33.000Z (over 3 years ago)
- Last Synced: 2025-12-19T20:15:57.681Z (6 months ago)
- Language: Vue
- Homepage: https://emojigun.com
- Size: 60.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# emojigun-web
The website for emojigun.
https://emojigun.com
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).