1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-26 03:06:39 +02:00
👔 Portfolio thingy, built with Gatsby https://matthiaskretschmann.com
Go to file
2018-04-30 01:18:54 +02:00
data tinker tinker 2018-04-30 01:18:54 +02:00
src tinker tinker 2018-04-30 01:18:54 +02:00
.editorconfig drop da base 🍷 2018-03-18 20:39:18 +01:00
.eslintrc add eslint-plugin-compat 2018-04-09 19:46:14 +02:00
.gitignore finalize gatsby migration 2018-04-08 01:29:55 +02:00
.gitlab-ci.yml CI tweaks 2018-04-21 12:10:42 +02:00
.prettierignore data flow tweaks 2018-04-21 16:02:35 +02:00
.prettierrc migrate to Gatsby.js 2018-04-06 17:24:35 +02:00
.stylelintrc finalize gatsby migration 2018-04-08 01:29:55 +02:00
deploy.sh deployment tweaks 2018-04-21 15:12:57 +02:00
gatsby-browser.js migrate to Gatsby.js 2018-04-06 17:24:35 +02:00
gatsby-config.js tinker tinker 2018-04-30 01:18:54 +02:00
gatsby-node.js tinker tinker 2018-04-30 01:18:54 +02:00
gatsby-ssr.js migrate to Gatsby.js 2018-04-06 17:24:35 +02:00
package.json have it kinda working 2018-04-29 18:48:42 +02:00
README.md switch more images, icon tweaks 2018-04-22 23:52:21 +02:00

matthiaskretschmann.com

Portfolio of Matthias Kretschmann

pipeline status

Development

npm i
npm start

Get SVG images

import { ReactComponent as Logo } from '../../images/logo.svg'

Deployment

npm run deploy