Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 476 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 476 Bytes

Wordle but You Pick the Word

Exactly what it sounds like. Written in Node.js and React w/ TypeScript.

Live version available here: https://wordlebutyoupicktheword.com.

Running

Frontend

In frontend, run yarn to install dependencies, then yarn start or yarn build.

Backend

Run yarn to install dependencies, then yarn start to start the server. The server runs on port 8080 by default, but you can set the PORT environment variable to change this.