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

https://github.com/mraerino/netlify-functions-readfile


https://github.com/mraerino/netlify-functions-readfile

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# Example for accessing local files in Netlify Functions

## Try it out!

### Via `netlify-cli`

```
npm -g i netlify-cli
netlify sites:create --name my-test-site
netlify link
netlify deploy --prod
```

### Via netlify build

1. Fork this repository
1. Go to https://app.netlify.com/start
1. Create a site from your fork