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

https://github.com/frectonz/oxo

tic tac toe in elm
https://github.com/frectonz/oxo

Last synced: about 1 month ago
JSON representation

tic tac toe in elm

Awesome Lists containing this project

README

          

# OXO

A tic tac toe game in elm.

## [Live Preview](https://play-oxo.netlify.com/)

## Screenshots

Sample screenshots of the website.

![screenshot](./screenshot.png)

## Running the website

Install packages

```sh
pnpm install
```

Run the start script

```sh
pnpm dev
```