https://github.com/damassi/palette-deploy-test
https://github.com/damassi/palette-deploy-test
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/damassi/palette-deploy-test
- Owner: damassi
- License: mit
- Created: 2019-01-30T18:50:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T19:24:53.000Z (over 7 years ago)
- Last Synced: 2025-02-07T11:09:57.359Z (over 1 year ago)
- Language: TypeScript
- Size: 283 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Palette
## WIP Gatsby rebuild
See https://zpl.io/aRPO5zp for designs.
### Development
```sh
yarn start
```
### Deployment
```sh
yarn build
```
Gatsby API Details
1. **`gatsby-browser.js`**: This file is where Gatsby expects to find any usage of the [Gatsby browser APIs](https://www.gatsbyjs.org/docs/browser-apis/) (if any). These allow customization/extension of default Gatsby settings affecting the browser.
1. **`gatsby-config.js`**: This is the 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://www.gatsbyjs.org/docs/gatsby-config/) for more detail).
1. **`gatsby-node.js`**: This file is where Gatsby expects to find any usage of the [Gatsby Node APIs](https://www.gatsbyjs.org/docs/node-apis/) (if any). These allow customization/extension of default Gatsby settings affecting pieces of the site build process.
1. **`gatsby-ssr.js`**: This file is where Gatsby expects to find any usage of the [Gatsby server-side rendering APIs](https://www.gatsbyjs.org/docs/ssr-apis/) (if any). These allow customization of default Gatsby settings affecting server-side rendering.