App for practicing spells in League of Legends.
| 📦 Package | 📋 Reasons |
|---|---|
| Next | react framework |
| Tailwind CSS | css framework |
| Hero Icons | Icons |
| Framer Motion | Animations |
| chroma.js color.js | colors |
| lodash | utils |
| moment | time utils |
git clone https://github.com/emigrek/spellhub
cd spellhub
npm install
Run development server
npm run dev
or run production build
npm run build