A Wordle clone built with React and Tailwind CSS. Challenge yourself to guess the hidden word in this engaging word puzzle game.
Clone the repository
git clone https://github.com/nathanjessen/wordle.git
cd wordle
Install dependencies
npm install
Start the development server
npm run dev
npm run 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.
npm run build
Builds the app for production to the dist
folder. npm run build
npm run preview
Locally preview production build. vite preview
npm run storybook
Start the Storybook dev server for building components in isolation.
npm run build-storybook
Builds the storybook app for production.
The application is deployed using Vercel. The production app is available at https://wordle.nathanjessen.com/.
Storybook documentation is automatically deployed to the docs branch using GitHub Actions and can be viewed at https://nathanjessen.github.io/wordle/.
This project is open source and available under the MIT License.