https://github.com/dargmuesli/jonas-thelemann
Jonas Thelemann's website.
https://github.com/dargmuesli/jonas-thelemann
hacktoberfest
Last synced: about 2 months ago
JSON representation
Jonas Thelemann's website.
- Host: GitHub
- URL: https://github.com/dargmuesli/jonas-thelemann
- Owner: dargmuesli
- License: gpl-3.0
- Created: 2017-05-07T14:40:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T19:13:08.000Z (7 months ago)
- Last Synced: 2024-10-29T21:27:15.834Z (7 months ago)
- Topics: hacktoberfest
- Language: Vue
- Homepage: https://jonas-thelemann.de
- Size: 82.4 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/dargmuesli/jonas-thelemann/actions/workflows/ci.yml)
[](https://www.statuscake.com "website uptime monitoring")# jonas-thelemann
The source code of [jonas-thelemann.de](https://jonas-thelemann.de/).

## Table of Contents
1. **[Development](#development)**
1. **[Deployment](#deployment)**## Development
This project builds upon the [Nuxt.js](https://nuxtjs.org/) framework.
Install [Node.js](https://nodejs.org/) and [mkcert](https://github.com/FiloSottile/mkcert).
Then run `pnpm i` to install the project's dependencies.
After that, use `pnpm dev` for development or `pnpm build` to generate the [static page](https://nuxtjs.org/blog/going-full-static).Alternatively, build the provided [Dockerfile](https://www.docker.com/) using `docker build -t dargmuesli/jonas-thelemann .` and run the resulting image using `docker run dargmuesli/jonas-thelemann`.
## Deployment
This project is deployed within the [jonas-thelemann_stack](https://github.com/dargmuesli/jonas-thelemann_stack/) in accordance to the [dargstack template](https://github.com/dargstack/dargstack_template/) to make deployment a breeze.