nshafer / gradle

Wordle Grade
2 stars 0 forks source link

Gradle

Grade your wordle games. Analyze game play. Save history. Share easily.

Features

Motivation

This is a simple project to help me learn some new tech... TypeScript, Vite, Vue 3 (and declaritive syntax), PWAs, etc. Use at your own risk.

Project Setup

npm install

Compile and Hot-Reload for Development

make dev

Type-Check and lint

make check

Compile and Minify for Production

make build

Run Unit Tests with Vitest

make test