https://github.com/janczizikow/portfolio
Personal portfolio website
https://github.com/janczizikow/portfolio
gatsby personal-site
Last synced: 3 months ago
JSON representation
Personal portfolio website
- Host: GitHub
- URL: https://github.com/janczizikow/portfolio
- Owner: janczizikow
- License: mit
- Created: 2016-10-07T17:38:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-20T10:51:38.000Z (about 3 years ago)
- Last Synced: 2025-03-18T20:54:06.868Z (3 months ago)
- Topics: gatsby, personal-site
- Language: JavaScript
- Homepage: https://www.janczizikow.com/
- Size: 73 MB
- Stars: 28
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
janczizikow.com
Simple personal portfolio site built with Gatsby
## 🚀 Quick start
```sh
yarn install # install frontend dependencies
cd server
yarn install # install backend dependencies
cp .example.env .env # create environment variables
# run `yarn develop` in the `server` folder to spin up the backend & in the root of the project to start gatsby site
```## 👨⚖️ License
[MIT](LICENSE)