Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kneelawk/kneelawk.github.io
Portfolio Static Site
https://github.com/kneelawk/kneelawk.github.io
Last synced: 2 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 (almost 3 years ago)
- Default Branch: web2
- Last Pushed: 2024-09-07T05:53:51.000Z (4 months ago)
- Last Synced: 2024-09-07T06:48:16.263Z (4 months ago)
- Language: JavaScript
- Homepage: https://kneelawk.com/
- Size: 177 MB
- Stars: 2
- Watchers: 3
- 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
```