Skip to content

Kristofir/wordledictionary-backend

Repository files navigation

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.

About

Simple backend for Wordle Dictionary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published