An open API service indexing awesome lists of open source software.

https://github.com/miso-develop/wordbasket-public


https://github.com/miso-develop/wordbasket-public

Last synced: 9 months ago
JSON representation

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/

![image](./images/play.png)

## 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
```