1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-07-01 06:01:48 +02:00
portfolio/README.md

24 lines
369 B
Markdown
Raw Normal View History

2018-03-18 20:39:18 +01:00
# matthiaskretschmann.com
> Portfolio of Matthias Kretschmann
2018-04-21 15:02:56 +02:00
[![pipeline status](https://git.berlin/m/portfolio/badges/master/pipeline.svg)](https://git.berlin/m/portfolio/commits/master)
2018-03-18 20:39:18 +01:00
## Development
```bash
npm i
npm start
```
2018-04-21 15:02:56 +02:00
2018-04-22 23:51:50 +02:00
Get SVG images
```js
import { ReactComponent as Logo } from '../../images/logo.svg'
```
2018-04-21 15:02:56 +02:00
## Deployment
```bash
npm run deploy
```