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
- Host: GitHub
- URL: https://github.com/netlify/compose-challenge-edge-includes
- Owner: netlify
- Created: 2024-09-17T09:43:41.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-02T23:43:45.000Z (9 months ago)
- Last Synced: 2025-02-25T13:15:43.693Z (4 months ago)
- Language: TypeScript
- Size: 778 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/).