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

https://github.com/skillgg/shiritori

Shiritori game version 2
https://github.com/skillgg/shiritori

Last synced: 3 months ago
JSON representation

Shiritori game version 2

Awesome Lists containing this project

README

        

## Shiritori v2

To start the project clone the repo using

```bash
git clone https://github.com/skillgg/shiritori.git
```

then enter the folder

```bash
cd shiritori
```

and install the dependencies

```bash
npm run setup
```

Then run

```bash
npm start
```

to run both frontend and backend code!

```bash
npm run frontend
```

will launch the frontend code.

```bash
npm run backend
```

will launch the backend code.