A Gatsby starter for portfolio pages that uses Google Sheets as CMS
This is perfect for showcasing your items, such as:
- Projects
- Products/Services
- Certifications
- Milestones
- Media Releases
- etc
-
Run
yarn install
to download dependencies -
To run in dev environment,
- run
yarn start
- Your site will run at
http://localhost:8000
- You graphiql will run at
http://localhost:8000/___graphql
- run
-
To run in prod environment,
- run
yarn build
- and then
yarn serve
- Your site will run at
http://localhost:9000
- run
A quick look at the top-level files and directories you'll see in a Gatsby project.
.
├── node_modules
├── src
├── static
├── .gitignore
├── .eslintrc.js
├── .prettierrc.js
├── gatsby-browser.js
├── gatsby-config.js
├── LICENSE
├── yarn-lock.json
├── package.json
├── tailwind.config.js
├── postcss.config.js
└── README.md