This is an open source rebuild of the backend for Wordle Dictionary.
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
To start the server, run
bun run start
(This will definitely change soon.)
It will run on port 3000
by default.