https://github.com/trybick/portfolio-blog
Personal portfolio and blog
https://github.com/trybick/portfolio-blog
Last synced: 6 months ago
JSON representation
Personal portfolio and blog
- Host: GitHub
- URL: https://github.com/trybick/portfolio-blog
- Owner: trybick
- License: mit
- Created: 2020-06-28T18:54:24.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T20:49:50.000Z (over 2 years ago)
- Last Synced: 2024-02-29T21:25:16.102Z (over 2 years ago)
- Language: JavaScript
- Homepage: https://timr.dev/
- Size: 1.59 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Portfolio and Blog
[](https://app.netlify.com/sites/timrybicki/deploys)
## Technologies
- Gatsby, React, Emotion, Chakra UI
- I used [this](https://github.com/niklasmtj/gatsby-starter-julia) Gatsby starter as a base (more starters [here](https://www.gatsbyjs.org/starters/?v=2))
## Local Development
To run the local dev server:
```shell
yarn
yarn start
```