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
- Host: GitHub
- URL: https://github.com/skillgg/shiritori
- Owner: SkillGG
- Created: 2023-10-24T13:00:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-07T20:11:51.000Z (over 1 year ago)
- Last Synced: 2025-01-26T19:15:40.422Z (5 months ago)
- Language: TypeScript
- Size: 170 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.