Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dnature/code-tictactoe


https://github.com/dnature/code-tictactoe

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# Instructions

### Clone repo

```sh
git clone [email protected]:DNature/CODE-tictactoe.git
```

### Install dependencies

```sh
npm install
```

### Run development server

```sh
npm run dev
```

### Production build

```sh
npm run build
```

### Preview

```sh
npm run preview
```