An open API service indexing awesome lists of open source software.

https://github.com/markthree/nitro-public-repo

nitro sends files in public efficiently in development, but occasionally 404s in production.
https://github.com/markthree/nitro-public-repo

Last synced: 3 months ago
JSON representation

nitro sends files in public efficiently in development, but occasionally 404s in production.

Awesome Lists containing this project

README

          

# nitro-public-repo

nitro sends files in public efficiently in development, but occasionally `404`
in production.

![snapshot](snapshot.gif)


## Usage

### dev

```shell
npm install

npm run dev
```

Reopen multiple times →
[http://localhost:3000/hello.txt](http://localhost:3000/hello.txt) is ok!

### prod

```shell
npm install

npm run build

npm run serve
```

Reopen multiple times →
[http://localhost:3000/hello.txt](http://localhost:3000/hello.txt) may appear
404


## info

![info](./info.png)