mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-02-14 21:10:41 +01:00
18 lines
279 B
Markdown
18 lines
279 B
Markdown
# matthiaskretschmann.com
|
|
> Portfolio of Matthias Kretschmann
|
|
|
|
[](https://git.berlin/m/portfolio/commits/master)
|
|
|
|
## Development
|
|
|
|
```bash
|
|
npm i
|
|
npm start
|
|
```
|
|
|
|
## Deployment
|
|
|
|
```bash
|
|
npm run deploy
|
|
```
|