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

https://github.com/netlify/compose-challenge-edge-includes

Compose challenge edge includes
https://github.com/netlify/compose-challenge-edge-includes

Last synced: 4 months ago
JSON representation

Compose challenge edge includes

Awesome Lists containing this project

README

        

# Netlify Extension

This extension is created using the [Netlify SDK](https://sdk.netlify.com/get-started/introduction/). It is a boilerplate for creating a new extension.

## Scripts

These are some common scripts you will use when developing your extension. If you want to know what else is possible, [check out the documentation](https://sdk.netlify.com/netlify-sdk-utility-tools-reference/).

### Build

This builds the extension into a `.ntli` folder. This is the folder that Netlify uses to run the extension.

```bash
npm run build
```

### Deploy

Are you ready to deploy your extension? Check our documentation on publishing your extension as a [private extension](https://sdk.netlify.com/publish/private-extensions/) or [partner extension](https://sdk.netlify.com/publish/partner-extensions/).