https://github.com/dubniczky/wordle
A free browser version of the popular Wordle game
https://github.com/dubniczky/wordle
javascript web webpack website wordle
Last synced: 11 months ago
JSON representation
A free browser version of the popular Wordle game
- Host: GitHub
- URL: https://github.com/dubniczky/wordle
- Owner: dubniczky
- Created: 2022-08-03T16:39:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-03T17:04:12.000Z (almost 4 years ago)
- Last Synced: 2025-03-31T13:32:58.069Z (about 1 year ago)
- Topics: javascript, web, webpack, website, wordle
- Language: JavaScript
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Worldle Clone
A free browser version of the popular Wordle game
## Live Demo
https://richardnagy.gitlab.io/webprojects/word-salad/
## Installation
1. Install dependencies
```bash
yarn install
```
2. Build package
```bash
yarn build
```
3. Hosting
Host the files with the built-in node server
```bash
yarn serve
```
or move the files from `./dist/` to your server.
## Development
1. Install dependencies
```bash
yarn install
```
2. Start services
```bash
yarn dev
```