1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-30 21:51:50 +02:00
portfolio/README.md

24 lines
369 B
Markdown

# matthiaskretschmann.com
> Portfolio of Matthias Kretschmann
[![pipeline status](https://git.berlin/m/portfolio/badges/master/pipeline.svg)](https://git.berlin/m/portfolio/commits/master)
## Development
```bash
npm i
npm start
```
Get SVG images
```js
import { ReactComponent as Logo } from '../../images/logo.svg'
```
## Deployment
```bash
npm run deploy
```