Puente Website is a modern, responsive website built using Gatsby.js and Content.
Key Folder | Parent Folder | Description |
---|---|---|
pages | src | Holds the main layout folders for content |
components | src | Holds the smaller components that are within layouts |
This project is built with ReactJS, Gatsby, and Contentful. Gatsby use's GraphQL to retrieve data from Contentful.
This project is a bootstrapped using Gatsby
Here are some quick commands to get started:
yarn install
: Install Node dependenciesyarn run develop
: Start the gatsby development server.yarn setup
: Run's a setup script that connects this application to the Contentful CMS. Needs system argumentsyarn run build
: Build a production optimized bundle of the app.yarn run deploy
: Deploy a production optimized bundle of the app to AWS s3
Get this React App working on AWS by installing the AWS CLI.
$ yarn run deploy-dev
There's a decent amount that'll be necessary to get this publically consumed on the AWS website itself. Follow this guide to get those hammered out.