/Wordle

Clone of the popular game Wordle made using Svelte,Typescript and bun.

Primary LanguageSvelte

Wordle

A simple web wordle. You can preview and play it on this website.

Developing

Once you've cloned this project and installed dependencies with bun install, start a development server:

bun dev

# or start the server and open the app in a new browser tab
bun dev -- --open

Building

To create a production version of your app:

bun build

You can preview the production build with bun preview.

Preview

You can clone from branch gh-pages and deploy the SSR web