Skip to content

nathanjessen/wordle

Repository files navigation

wordle

Wordle game built with React and DaisyUI

This project uses Vite.

Environments

Storybook docs are deployed to the docs branch using a GitHub action workflow. They can be viewed at https://nathanjessen.com/wordle/.

The production app is deployed to https://wordle.nathanjessen.com/ using https://vercel.com.

Available Scripts

In the project directory, you can run:

yarn dev

Start Vite dev server in the current directory. Will enter the watch mode in development environment and run mode in CI automatically.

The page will reload if you make edits.

yarn build

Builds the app for production to the dist folder. yarn build

yarn preview

Locally preview production build. vite preview

yarn storybook

Start the Storybook dev server for building components in isolation.

yarn build-storybook

Builds the storybook app for production.