Everything you ever wanted to know about Netlify Functions ⚡️
Please create an issue in order to submit contributions to be considered for inclusion in this site.
Choose the approprite issue type from the New Issue page.
- Clone the repo using
git clone git@github.com:netlify/functions.git - Use npm to install dependencies
npm install - Create a
.envfile with the environment variables listed below - And run the site locally
npm run dev
You'll need to generate a GitHub Access Token to retrieve stars and forks. Add the following to your .env file:
URL=http://localhost:8080
GITHUB_TOKEN=
SLACK_WEBHOOK_URL=
GREETING="hi from the Netlify functions site"
npm run devwill spin up a development environment and watch for changesnpm run buildbuilds a production version of the site todistnpm run debugwill run the eleventy debugger
All dependencies are development at the moment
@11ty/eleventydotenv@11ty/eleventy-plugin-rss@11ty/eleventy-plugin-syntaxhighlight@quasibit/eleventy-plugin-sitemapeleventy-plugin-sasseleventy-plugin-seo
- Andy Bell for modern CSS reset
- Yair Even Or for Tagify