1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-11-14 09:05:15 +01:00
portfolio/README.md

18 lines
279 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
## Deployment
```bash
npm run deploy
```