mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-23 01:29:41 +01:00
24 lines
369 B
Markdown
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
|
|
```
|