mirror of
https://github.com/movie-web/simple-proxy.git
synced 2025-09-13 07:43:25 +00:00
Initiate repository
This commit is contained in:
43
README.md
43
README.md
@@ -1,3 +1,42 @@
|
||||
# Cloudflare worker proxy
|
||||
# Nitro Minimal Starter
|
||||
|
||||
Simple http proxy in a cloudflare worker.
|
||||
Look at the [Nitro documentation](https://nitro.unjs.io/) to learn more.
|
||||
|
||||
## Setup
|
||||
|
||||
Make sure to install the dependencies:
|
||||
|
||||
```bash
|
||||
# npm
|
||||
npm install
|
||||
|
||||
# yarn
|
||||
yarn install
|
||||
|
||||
# pnpm
|
||||
pnpm install
|
||||
```
|
||||
|
||||
## Development Server
|
||||
|
||||
Start the development server on <http://localhost:3000>
|
||||
|
||||
```bash
|
||||
npm run dev
|
||||
```
|
||||
|
||||
## Production
|
||||
|
||||
Build the application for production:
|
||||
|
||||
```bash
|
||||
npm run build
|
||||
```
|
||||
|
||||
Locally preview production build:
|
||||
|
||||
```bash
|
||||
npm run preview
|
||||
```
|
||||
|
||||
Check out the [deployment documentation](https://nitro.unjs.io/deploy) for more information.
|
||||
|
Reference in New Issue
Block a user