https://github.com/AFCMS/wordle
Wordle
https://github.com/AFCMS/wordle
preact tailwindcss vitejs wordle
Last synced: 2 months ago
JSON representation
Wordle
- Host: GitHub
- URL: https://github.com/AFCMS/wordle
- Owner: AFCMS
- License: gpl-3.0
- Created: 2022-06-07T13:04:39.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-25T23:52:23.000Z (3 months ago)
- Last Synced: 2025-02-28T10:04:21.571Z (3 months ago)
- Topics: preact, tailwindcss, vitejs, wordle
- Language: TypeScript
- Homepage: https://wordle-afcm.vercel.app/
- Size: 862 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wordle
This Wordle game was made as a challenge.
It uses **Preact** with the **Vite** framework and **TailwindCSS**.

## Running
A random word API url is configured in the `.env` file of the workspace. If you want to change it you can define it in a
`.env.local` file.To run the project and access it on port 5173:
```sh
npm start
```To make a production build:
```sh
npm run build
```