mirror of
https://github.com/dargmuesli/creal.git
synced 2025-12-08 17:20:42 +01:00
DJ cReal's website.
https://creal.jonas-thelemann.de/
| .github | ||
| .husky | ||
| .vscode | ||
| assets/logo | ||
| sqitch | ||
| src | ||
| tests | ||
| .commitlintrc.js | ||
| .dockerignore | ||
| .editorconfig | ||
| .gitignore | ||
| .imgbotconfig | ||
| .nvmrc | ||
| .releaserc.json | ||
| .renovaterc.json | ||
| CHANGELOG.md | ||
| docker-entrypoint.sh | ||
| Dockerfile | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
cReal
cReal's website: creal.jonas-thelemann.de.
Table of Contents
Development
This project builds upon the Nuxt.js framework.
Install Node.js and pnpm.
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.
Alternatively, build the provided Dockerfile using docker build -t dargmuesli/creal . and run the resulting image using docker run dargmuesli/creal.
Deployment
This project is deployed within the jonas-thelemann_stack in accordance to the dargstack template to make deployment a breeze.
