This is the repository for the famous game "Ahorcado"
Clone and install dependencies
git clone https://github.com/ulysses-ck/ahorcado.git
cd ahorcado
npm install
Start development server
npm run dev
Build and preview page
npm run build && npm run preview
Run Unit tests made with Vitest, happy-dom and Testing Library
npm run test
If you want to see a more detailed version, use:
npm run test-ui
And to run tests made with Playwright, use:
npm run playwright
# or ui mode
npm run playwright-ui
To see components in isolation with Storybook, use:
npm run storybook