Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arthurmelton/tic-tac-toe

for me to learn node.js
https://github.com/arthurmelton/tic-tac-toe

Last synced: about 1 month ago
JSON representation

for me to learn node.js

Awesome Lists containing this project

README

        

# Tic-Tac-Toe

for me to learn node.js

Dependency

- `Git`
- `Node.js`

Install

run

```
git clone https://github.com/AMTitan/Tic-Tac-Toe.git
cd ./Tic-Tac-Toe
npm install
```
Then to add a file called `.env` and put in side

```
DISCORD_BOT_TOKEN={token to bot}
```
then

```
npm run dev
```