https://github.com/kneelawk/kneelawk.github.io
Portfolio Static Site
https://github.com/kneelawk/kneelawk.github.io
Last synced: 3 months ago
JSON representation
Portfolio Static Site
- Host: GitHub
- URL: https://github.com/kneelawk/kneelawk.github.io
- Owner: Kneelawk
- Created: 2022-01-22T01:37:11.000Z (over 3 years ago)
- Default Branch: web2
- Last Pushed: 2025-02-22T10:54:08.000Z (5 months ago)
- Last Synced: 2025-03-26T04:34:14.801Z (4 months ago)
- Language: JavaScript
- Homepage: https://kneelawk.com/
- Size: 254 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kneelawk's Website
This houses the frontend for Kneelawk's website. The backend can be
found [in the src2 branch](https://github.com/Kneelawk/kneelawk.github.io/tree/src2).This site uses [Astro](https://astro.build/) for the front end and [Actix](https://actix.rs/) 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.```bash
git clone --single-branch [email protected]:Kneelawk/kneelawk.github.io.git
```If you want to clone the server-side branch instead, you can use:
```bash
git clone -b src2 --single-branch [email protected]:Kneelawk/kneelawk.github.io.git
```## Development
You can run this site in a dev environment using:
```bash
npm run dev
```