https://github.com/miso-develop/wordbasket-public
https://github.com/miso-develop/wordbasket-public
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/miso-develop/wordbasket-public
- Owner: miso-develop
- Created: 2020-05-31T05:30:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-03T20:34:41.000Z (almost 2 years ago)
- Last Synced: 2025-02-03T10:12:20.363Z (about 1 year ago)
- Language: TypeScript
- Size: 485 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Word Basket
## About
http://jaga-tokyo.com/wordbasket/index.html
## Rule
http://jaga-tokyo.com/wordbasket/_src/7773814/WordBasketRule_2011.pdf
## Play
https://wordbasket-domi.web.app/

## Develop
### Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Deploy to Firebase
```
npm run deploy
```
### Run your unit tests
```
npm run test:unit
```
### Run your end-to-end tests
```
npm run test:e2e
```
### Lints and fixes files
```
npm run lint
```