mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00

* flip to npm * try pnpm * nothing good started with p anyway * I want to go outside. * Split out deps and build * 30 seconds on the fetch, reintroduce the p * lock it in * flip lock file to pnpm * nuke yarn.lock * kirby no longer has yarn * flip goreleaser to v4, was using node12. * snapshots don't have tags * Update README.md * pin offline dockerfile * Delete .yarnrc.yml * Delete web/.yarn directory * fix: update scripts --------- Co-authored-by: ze0s <ze0s@riseup.net>
27 lines
698 B
Markdown
27 lines
698 B
Markdown
# web
|
|
|
|
This project uses React built with Vite.
|
|
|
|
## Available Scripts
|
|
|
|
In the project directory, you can run:
|
|
|
|
### `pnpm start`
|
|
|
|
Runs the app in the development mode.\
|
|
Open [http://localhost:3000](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](https://reactjs.org/).
|