Skip to content

KennethHoff/website

Repository files navigation

My website

This is a monorepo for all of my websites, including Kenny's Corner and my personal website

Prerequisite

Nixpkgs (Recommended)

This way will automatically install all required tools needed to build, run, deploy, and otherwise work on this project.

  1. Make sure the nixpkgs package manager is installed
    • Can be installed on Mac, Linux and Windows (through WSL)
  2. Run nix develop in the terminal. This will create a new shell session with all packages installed and added to $PATH.
    • This can be made much easier by also installing and enabling direnv. This will automatically run nix develop in the currenly running shell, so you don't even lose history and such.

Manual installs

This requires you to manually install the various applications.

In order to reduce maintainability burden, I recommend looking in the Development Flake (in the buildInputs = [] section) to figure it out on your own.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published