Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/skn0tt/netlify-plugin-blitz

Netlify Plugin for Blitz.js
https://github.com/skn0tt/netlify-plugin-blitz

Last synced: 5 days ago
JSON representation

Netlify Plugin for Blitz.js

Awesome Lists containing this project

README

        

# netlify-plugin-blitz

A plugin to run Blitz.js on Netlify.

## Installing the plugin

You can install the plugin [via the Netlify UI](https://app.netlify.com/plugins/netlify-plugin-blitz/install) or by adding it in code:

```shell
npm install -D netlify-plugin-blitz
```

...then add the plugin to your `netlify.toml` file:

```toml
[build]
command="npm run build"
publish=".next"

[[plugins]]
package = "netlify-plugin-blitz"
```