Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 530 Bytes

README.md

File metadata and controls

31 lines (27 loc) · 530 Bytes

✨ Spellhub

App for practicing spells in League of Legends.

📦 Used packages

📦 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

🚀 Running

git clone https://github.com/emigrek/spellhub
cd spellhub
npm install

Run development server

npm run dev

or run production build

npm run build