mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
![]() * feat(web): tailwind v4 and removal of PostCSS * chore(web): cleanup unused compatibility styles code * fix(web): application settings border * fix(web): indexer, list, notification and proxy forms including selects * fix(web): apikey, download client, filter add form * fix(web): select text input color * fix(web): indexer form paddings * fix(web): feed and notification update form * fix(web): fix margins and paddings in various forms * fix(web): fix proxy forms * deps(web): remove PostCSS dependency * web: remove hover animation on release tables * fix(web): filter tab transitions * fix(web): linting * feat(web): drop filter tab transitions |
||
---|---|---|
.. | ||
dist | ||
public | ||
src | ||
.eslintrc.cjs | ||
.npmrc | ||
build.go | ||
index.html | ||
package.json | ||
pnpm-lock.yaml | ||
README.md | ||
tailwind.config.ts | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts |
web
This project uses React built with Vite.
Available Scripts
In the project directory, you can run:
pnpm dev
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
pnpm run build
Builds the app for production to the dist
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
Learn More
To learn React, check out the React documentation.