https://github.com/saneef/11ty-airtable
https://github.com/saneef/11ty-airtable
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/saneef/11ty-airtable
- Owner: saneef
- Created: 2023-12-25T16:29:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-26T06:57:50.000Z (over 2 years ago)
- Last Synced: 2025-07-21T20:01:11.332Z (11 months ago)
- Language: JavaScript
- Size: 519 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eleventy + Airtable
This sample project fetches data from [a sample Airtable database](https://airtable.com/appSQ71LR08FGNCK2/shrWkzIcGpf9Zb3k3).
Here is screenshot of the sample database on Airtable.

## Development
```sh
npm install
npm run dev # To run development Eleventy server
npm run build # Or, to run build
```