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

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

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