Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
GalvinGao committed Feb 10, 2021
1 parent cd69dae commit e996b13
Show file tree
Hide file tree
Showing 139 changed files with 6,123 additions and 177 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2020 Penguin Statistics

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
34 changes: 15 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
# penguin-stats-drop-testui
<img src="https://penguin.upyun.galvincdn.com/logos/penguin_stats_logo.png"
alt="Penguin Statistics - Logo"
width="96px" />

## Project setup
```
yarn install
```
# Penguin Statistics - Drop Recognition - `Demo UI`
[![License](https://img.shields.io/github/license/penguin-statistics/drop-recognition-demoui)](https://github.com/penguin-statistics/drop-recognition-demoui/blob/dev/LICENSE)
[![Last Commit](https://img.shields.io/github/last-commit/penguin-statistics/drop-recognition-demoui)](https://github.com/penguin-statistics/drop-recognition-demoui/commits/dev)

### Compiles and hot-reloads for development
```
yarn serve
```
This is the **Demo UI** for the **drop recognition** module of the [Penguin Statistics](https://penguin-stats.io/?utm_source=github) website.

### Compiles and minifies for production
```
yarn build
```
The drop recognizers will be released under dedicated packages to enable the ease of usage for 3rd-parties. Stay tuned.

### Lints and fixes files
```
yarn lint
```
## Maintainers
This frontend project has mainly being maintained by the following contributors (in alphabetical order):
- [GalvinGao](https://github.com/GalvinGao)

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
> The full list of active contributors of the *Penguin Statistics* project can be found at the [Team Members page](https://penguin-stats.io/about/members) of the website.
## How to contribute?
Our contribute guideline can be found at [Penguin Developers](https://developer.penguin-stats.io). PRs are always more than welcome!
13 changes: 13 additions & 0 deletions capacitor.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"appId": "io.penguinstats.droprecogtestui",
"appName": "penguin-stats-drop-testui",
"bundledWebRuntime": false,
"npmClient": "yarn",
"webDir": "dist",
"plugins": {
"SplashScreen": {
"launchShowDuration": 0
}
},
"cordova": {}
}
13 changes: 13 additions & 0 deletions ios/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# NPM renames .gitignore to .npmignore
# In order to prevent that, we remove the initial "."
# And the CLI then renames it

App/build
App/Pods
App/public
App/Podfile.lock
xcuserdata

# Cordova plugins for Capacitor
capacitor-cordova-ios-plugins

Loading

1 comment on commit e996b13

@vercel
Copy link

@vercel vercel bot commented on e996b13 Feb 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.