Skip to content

donpui/spell-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spell a Word

A simple word spelling app with voice selection, language options, and dark mode.

Setup

Install dependencies:

bun install
# or
npm install

Development

Start the dev server with hot reload:

bun run dev
# or
npm run dev

This will:

  • Start Vite dev server on http://localhost:3000
  • Enable hot module replacement (HMR) - changes reflect instantly
  • Open the browser automatically

Build

Build for production:

bun run build
# or
npm run build

Outputs to dist/ folder.

Preview Production Build

Preview the production build locally:

bun run preview
# or
npm run preview

Deployment

Deploy to GitHub Pages:

bun run deploy
# or
npm run deploy

This will:

  • Build the project for production
  • Deploy the dist/ folder to the gh-pages branch
  • Make the site available at https://donpui.github.io/spell-it/

Note: Make sure GitHub Pages is enabled in your repository settings and set to use the gh-pages branch.

About

Simple word speller base on browser API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published