Wordle game built with React and DaisyUI
This project uses Vite.
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.
In the project directory, you can run:
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.
Builds the app for production to the dist
folder. yarn build
Locally preview production build. vite preview
Start the Storybook dev server for building components in isolation.
Builds the storybook app for production.