Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danielwte/dwag-portfolio
- Owner: DanielWTE
- Created: 2023-03-19T13:43:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T17:18:10.000Z (over 1 year ago)
- Last Synced: 2023-09-26T05:48:18.003Z (over 1 year ago)
- Topics: portfolio
- Language: TypeScript
- Homepage: https://dwag.me
- Size: 271 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.