Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/skn0tt/netlify-plugin-blitz
- Owner: Skn0tt
- Created: 2022-02-18T14:56:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T17:36:35.000Z (11 months ago)
- Last Synced: 2024-10-06T04:01:50.525Z (about 1 month ago)
- Language: TypeScript
- Size: 4.45 MB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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"
```