Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nakasyou/sw-proxy
WebStore on Firefox用
https://github.com/nakasyou/sw-proxy
Last synced: 3 days ago
JSON representation
WebStore on Firefox用
- Host: GitHub
- URL: https://github.com/nakasyou/sw-proxy
- Owner: nakasyou
- Created: 2023-07-30T11:44:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-31T01:32:35.000Z (over 1 year ago)
- Last Synced: 2024-10-11T17:44:06.138Z (27 days ago)
- Language: TypeScript
- Homepage: https://nakasyou.github.io/sw-proxy/
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nitro Minimal Starter
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
```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.