my website!
Find a file
2025-06-26 01:48:04 -07:00
public squuuuuiiiish (and another fufnny thing) 2025-04-30 23:45:27 -07:00
src gpu-accelerated bg 2025-06-26 01:48:04 -07:00
.editorconfig lint 2024-12-08 18:34:16 -08:00
.gitignore lint 2024-12-08 18:34:16 -08:00
astro.config.mjs lint 2024-12-08 18:34:16 -08:00
eslint.config.mjs Strictester 2025-02-19 22:01:49 -08:00
flake.lock update nixpkgs 2024-07-20 18:32:36 -07:00
flake.nix better practices 2025-05-13 00:46:28 -07:00
LICENSE add license 2025-02-19 22:06:16 -08:00
package-lock.json astro v5 2024-12-09 17:23:11 -08:00
package.json move typescript to devDependencies 2025-02-19 22:35:38 -08:00
postcss.config.cjs lint 2024-12-08 18:34:16 -08:00
README.md lint 2024-12-08 18:34:16 -08:00
tsconfig.json tsconfig update 2025-02-19 22:23:51 -08:00

reidlab-pink

webbed site yum,,.!

how

if you're on a setup that uses nix, you can just use nix build to build the website.

first, clone dependencies:

git clone https://git.reidlab.pink/reidlab/website && cd website
npm install

afterwards, for development, you can run:

npm run dev

or, for deployment:

npm run build