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

https://github.com/harry-hopkinson/wordle

A wordle clone written in Typescript
https://github.com/harry-hopkinson/wordle

Last synced: 9 months ago
JSON representation

A wordle clone written in Typescript

Awesome Lists containing this project

README

          

# wordle

A wordle clone written in Typescript

## How to Run

### Run Typescript

Install ts-node and Run Index.ts

```
npm install -g ts-node
cd src
ts-node index.ts
```

Compile to Javascript

```
tsc
cd build
node index.js
```