my website!
Find a file
2024-09-18 18:48:03 -07:00
public we are going woke 2024-09-07 21:59:48 -07:00
src content collections for badges and projects 2024-09-18 18:48:03 -07:00
.editorconfig content collections for badges and projects 2024-09-18 18:48:03 -07:00
.gitignore init 2024-07-04 16:48:57 -07:00
astro.config.mjs change domain 2024-08-09 21:26:06 -07:00
eslint.config.mjs content collections for badges and projects 2024-09-18 18:48:03 -07:00
flake.lock update nixpkgs 2024-07-20 18:32:36 -07:00
flake.nix remove old defaultPackage entry 2024-09-11 17:52:03 -07:00
package-lock.json apparently i was using figlet wrong. Oops 2024-07-06 02:32:25 -07:00
package.json change domain 2024-08-09 21:26:06 -07:00
postcss.config.cjs init 2024-07-04 16:48:57 -07:00
README.md change domain 2024-08-09 21:26:06 -07:00
tsconfig.json init 2024-07-04 16:48:57 -07: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