Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vientang/meetup-softball


https://github.com/vientang/meetup-softball

appsync aws-amplify cloudfront cssmodules dynamodb gatsby graphql jest react s3

Last synced: about 13 hours ago
JSON representation

Awesome Lists containing this project

README

        



San Francisco Softball Meetup



Meetup Softball Site

The goal of this project is to build a new
site that will be easier for admins to enter stats and to be able to add new features, stats, pages, etc.

#### Interested in contributing to the code base? [Check out the contributing guide](contributing.md)

## 🧐 What's inside?

A quick look at some the top-level files and directories you'll see in this project.

.
β”œβ”€β”€ amplify
β”œβ”€β”€ src
β”œβ”€β”€ components
β”œβ”€β”€ graphql
β”œβ”€β”€ images
β”œβ”€β”€ pages
β”œβ”€β”€ styles
β”œβ”€β”€ utils
β”œβ”€β”€ gatsby-browser.js
β”œβ”€β”€ gatsby-config.js
β”œβ”€β”€ package.json
β”œβ”€β”€ contributing.md

**`/amplify`**: The directory that contains all of the cloud formation templates and configurations for AWS.

**`/src`**: The directory that contains all of the front end code related to the site.

**`gatsby-browser.js`**: File where Gatsby expects to find any usage of the [Gatsby browser APIs](https://next.gatsbyjs.org/docs/browser-apis/) (if any). These allow customization/extension of default Gatsby settings affecting the browser.

**`gatsby-config.js`**: Main configuration file for a Gatsby site. This is where you can specify information about your site (metadata) like the site title and description, which Gatsby plugins you’d like to include, etc. (Check out the [config docs](https://next.gatsbyjs.org/docs/gatsby-config/) for more detail).

**`package.json`**: A manifest file for Node.js projects, which includes things like metadata (the project’s name, author, etc). This manifest is how npm knows which packages to install.

**`contributing.md`**: Markdown file containing useful reference information about this project.