You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
316 B
Markdown

2 years ago
# PHC Math Qwordle
2 years ago
This is a ripoff of the original Qwordle, but this is much better because it only uses mathematical words and you can do it as many times a day as your heart desires.
2 years ago
## Usage
To live preveiw it, run
```bash
pnpm install
pnpm run dev
```
2 years ago
To build it, run
```bash
pnpm install
pnpm run build
```