Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oguzsh/covid_gatsby_airtable
- Owner: oguzsh
- License: mit
- Created: 2020-05-28T18:50:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T22:21:32.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T00:26:30.071Z (23 days ago)
- Topics: airtable, airtable-api, cms, gatsby, gatsbyjs, netlify, react, reactjs
- Language: JavaScript
- Homepage: https://covid19-airtable.netlify.app/
- Size: 892 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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).