An open API service indexing awesome lists of open source software.

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

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
```