mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 21:07:27 +00:00
Refactor search logic to trim input and auto-append region if necessary. Standardize URL format for search queries. |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc.js | ||
| babel.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.js | ||
| vite.config.js | ||
LeagueStats Frontend
Project setup
npm install
Compile and hot-reload for development
npm run dev
Compile and minify for production
npm run build
Test the production build locally
npm run preview
Lint files
npm run lint
Format files
npm run format