Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oguzsh/covid_gatsby_airtable

Covid19 Web site with Airtable + Gatsbyjs
https://github.com/oguzsh/covid_gatsby_airtable

airtable airtable-api cms gatsby gatsbyjs netlify react reactjs

Last synced: 9 days ago
JSON representation

Covid19 Web site with Airtable + Gatsbyjs

Awesome Lists containing this project

README

        


Logo

# Covid-19 Gatsby + Airtable Project

## πŸš€ Quick start

1. **Clone Repo**

```shell
git clone https://github.com/oguzsh/covid_gatsby_airtable
```

1. **Start developing.**

Navigate into your new site’s directory and start it up.

```shell
cd covid_gatsby_airtable
yarn install / npm install
gatsby develop
```

1. **Open the source code and start editing!**

Your site is now running at `http://localhost:8000`!

> Note: You'll also see a second link: \_`http://localhost:8000/___graphql`\_. This is a tool you can use to experiment with querying your data.

## Content

The repository contains:

- [Gatsby](https://www.gatsbyjs.org/)
- [gatsby-source-airtable](https://www.gatsbyjs.org/packages/gatsby-source-airtable/)
- [Airtable](https://airtable.com/)

## Directory layout

- [`src/components`](src/components): presentational components
- [`src/assets`](src/assets): assets (image, audio files, ...) used by the application
- [`src/pages`](src/pages): page files
- [`src/styles`](src/styles): css files

## License

This project is released under the [MIT License](LICENSE).