Skip to content

asynchronics/kellnr-website

 
 

Repository files navigation

Kellnr Website

This repo is the code for the kellnr.io webpage.

Development Setup

With Nix (Recommended)

Enter the development shell with all required tools:

nix develop

This provides all needed tools for development.

Development Commands

# Install dependencies
npm install
# Compile and Hot-Reload for Development
npm run dev
# Type-Check, Compile and Minify for Production
npm run build

Deploy new website version

Every push to the main branch automatically triggers a deployment via GitHub Actions.

To manually deploy, use Nix:

nix run .#deploy -- YOUR_PASSWORD

About

Kellnr website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 64.3%
  • Vue 34.7%
  • Other 1.0%