https://github.com/anushka23g/portfolio
Created with CodeSandbox
https://github.com/anushka23g/portfolio
Last synced: 6 months ago
JSON representation
Created with CodeSandbox
- Host: GitHub
- URL: https://github.com/anushka23g/portfolio
- Owner: anushka23g
- Created: 2021-01-15T18:25:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-15T18:26:02.000Z (over 4 years ago)
- Last Synced: 2025-02-14T22:14:01.413Z (8 months ago)
- Language: JavaScript
- Homepage: https://codesandbox.io/s/github/anushka23g/portfolio
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gatsby example
## How to use
Download the example [or clone the repo](https://github.com/mui-org/material-ui):
```sh
curl https://codeload.github.com/mui-org/material-ui/tar.gz/master | tar -xz --strip=2 material-ui-master/examples/gatsby
cd gatsby
```Install it and run:
```sh
npm install
npm run develop
```or:
[](https://codesandbox.io/s/github/mui-org/material-ui/tree/master/examples/gatsby)
## The idea behind the example
[Gatsby](https://github.com/gatsbyjs/gatsby) is a static site generator for React.
## gatsby-theme-material-ui
Looking for an example with less boilerplate but also less freedom?
Check [`/examples/gatsby-theme`](https://github.com/mui-org/material-ui/tree/master/examples/gatsby-theme) out.