Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danielwte/dwag-portfolio

This is my portfolio
https://github.com/danielwte/dwag-portfolio

portfolio

Last synced: 3 months ago
JSON representation

This is my portfolio

Awesome Lists containing this project

README

        

![https://nextjs.org/](https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white)
![https://www.docker.com/](https://img.shields.io/static/v1?style=for-the-badge&message=Docker&color=2496ED&logo=Docker&logoColor=FFFFFF&label=)

Daniel Wagner - Portfolio


This is my portfolio website.


## Developing locally

### Docker

If you want to run this via Docker go to packages on the right side of the Github page and follow the instructions.

### NPM

After cloning the repo, run `npm install` in the root of the project to install all necessary dependencies. Then run `npm run build` to build everything. Now you can run `npm run start`.