An online tier-list maker that supports uploading images and downloading the resulting tier list.
- Add items as either images or text
- Add new tiers and colours
- Remove items or tiers by right-clicking
- Drag and drop to reorder items
- Export the resultant tier list as an image, either to the clipboard or to the download folder
- Clone the repository:
git clone https://github.com/ethan-hawksley/tier-design cd tier-design - Install dependencies
npm install
- Start a local development server
npm run dev
- Visit the website in your browser. This is typically hosted at http://localhost:5173/tier-design but your machine may vary.
- Fork this repository on GitHub
- Clone the new repository
- Run
npm run deployto deploy to GitHub Pages - Wait for GitHub to finish building the project.
- Visit your newly deployed site!