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.
 
 
 
 
 
 
Francesco Baldino 2411d94ec0 changed gitignore 2 years ago
.vscode minimal viable product 2 years ago
pair-generation Some cleanup 2 years ago
public Some cleanup 2 years ago
src Some cleanup 2 years ago
.gitignore changed gitignore 2 years ago
Dockerfile added dockerfile 2 years ago
README.md Some cleanup 2 years ago
index.html minimal viable product 2 years ago
package.json minimal viable product 2 years ago
pnpm-lock.yaml minimal viable product 2 years ago
vite.config.js minimal viable product 2 years ago

README.md

PHC Math Qwordle

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.

Usage

To live preveiw it, run

pnpm install
pnpm run dev

To build it, run

pnpm install
pnpm run build