Pixel art upscaling application built with React and TypeScript.
- React 18
- TypeScript
- Vite (build tool)
- Tailwind CSS
- Pixelify Sans font
To run the project locally:
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewThis project is automatically deployed to GitHub Pages using GitHub Actions when changes are pushed to the main branch.
Visit the live application at: https://metimol.github.io/PixelScale/