my website!
Find a file
2024-08-21 23:26:26 -07:00
public rewrite badges to allow public directory, add badge 2024-08-21 23:26:26 -07:00
src rewrite badges to allow public directory, add badge 2024-08-21 23:26:26 -07:00
.editorconfig init 2024-07-04 16:48:57 -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 apparently i was using figlet wrong. Oops 2024-07-06 02:32:25 -07:00
flake.lock update nixpkgs 2024-07-20 18:32:36 -07:00
flake.nix change domain 2024-08-09 21:26:06 -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