Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 527 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 527 Bytes

Wordle Dictionary Backend

This is an open source rebuild of the backend for Wordle Dictionary.

Table of Contents

Installation

Installation

Make sure Bun is installed.

Then install packages.

bun install

Then set up the application's word data. It's static, so this only needs to be done once.

bun run compilewords

Usage

To start the server, run

bun run start

(This will definitely change soon.)

It will run on port 3000 by default.