A colorful and fun app to let your toddler mash on your keyboard for a bit!
This is a little side-project written to learn React, and to give my kids something to hunt and peck keys and type things like their names.
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview
This project is configured for automatic deployment to GitHub Pages using GitHub Actions.
When you push to the main
branch, the GitHub Actions workflow will:
- Build the project
- Deploy it to GitHub Pages
The deployed site will be available at: https://zachad.github.io/toddlertype/
You can also manually trigger the deployment from GitHub:
- Go to the repository on GitHub
- Navigate to Actions → Deploy to GitHub Pages
- Click "Run workflow"