https://github.com/ooloth/gatsby-postcss-test
A demo of gatsby-plugin-postcss breaking CSS minification in production.
https://github.com/ooloth/gatsby-postcss-test
Last synced: 3 months ago
JSON representation
A demo of gatsby-plugin-postcss breaking CSS minification in production.
- Host: GitHub
- URL: https://github.com/ooloth/gatsby-postcss-test
- Owner: ooloth
- License: mit
- Created: 2019-01-14T21:02:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-14T21:04:47.000Z (about 7 years ago)
- Last Synced: 2025-01-18T11:23:02.791Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 219 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gatsby-starter-default
The default Gatsby starter.
For an overview of the project structure please refer to the [Gatsby documentation - Building with Components](https://www.gatsbyjs.org/docs/building-with-components/).
## Install
Make sure that you have the Gatsby CLI program installed:
```sh
npm install --global gatsby-cli
```
And run from your CLI:
```sh
gatsby new gatsby-example-site
```
Then you can run it by:
```sh
cd gatsby-example-site
gatsby develop
```
## Deploy
[](https://app.netlify.com/start/deploy?repository=https://github.com/gatsbyjs/gatsby-starter-default)