Skip to content

Kneelawk/kneelawk.github.io

Repository files navigation

Kneelawk's Website

This houses the frontend for Kneelawk's website. The backend can be found in the src2 branch.

This site uses Astro for the front end and Actix for the backend.

Cloning

This repository has some very large branches from older versions of the website. You will normally only want to clone the branch you actually want to use.

git clone --single-branch git@github.com:Kneelawk/kneelawk.github.io.git

If you want to clone the server-side branch instead, you can use:

git clone -b src2 --single-branch git@github.com:Kneelawk/kneelawk.github.io.git

Development

You can run this site in a dev environment using:

npm run dev