https://github.com/dckt/tic-tac-toe-rescript
Tic Tac Toe in ReScript
https://github.com/dckt/tic-tac-toe-rescript
Last synced: about 1 month ago
JSON representation
Tic Tac Toe in ReScript
- Host: GitHub
- URL: https://github.com/dckt/tic-tac-toe-rescript
- Owner: DCKT
- License: mit
- Created: 2022-08-07T18:38:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T15:27:07.000Z (9 months ago)
- Last Synced: 2025-02-11T13:27:01.984Z (3 months ago)
- Language: ReScript
- Homepage: tic-tac-toe-rescript.vercel.app
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Tic Tac Toe
**developped with [ReScript](https://rescript-lang.org/)**
## Local dev
Install deps
```bash
bun install
```
Run vite```bash
bun dev
```