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

https://github.com/saneef/11ty-airtable


https://github.com/saneef/11ty-airtable

Last synced: 8 months ago
JSON representation

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.

![Screenshot of Airtable database](./airtable_base.png)

## Development

```sh
npm install
npm run dev # To run development Eleventy server

npm run build # Or, to run build
```