my website!
Find a file
2024-07-06 02:50:24 -07:00
public open graph 2024-07-06 02:47:59 -07:00
src open graph 2024-07-06 02:47:59 -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 init 2024-07-04 16:48:57 -07:00
eslint.config.mjs apparently i was using figlet wrong. Oops 2024-07-06 02:32:25 -07:00
flake.lock init 2024-07-04 16:48:57 -07:00
flake.nix update nix npm hash 2024-07-06 02:50:24 -07:00
package-lock.json apparently i was using figlet wrong. Oops 2024-07-06 02:32:25 -07:00
package.json apparently i was using figlet wrong. Oops 2024-07-06 02:32:25 -07:00
postcss.config.cjs init 2024-07-04 16:48:57 -07:00
README.md init 2024-07-04 16:48:57 -07:00
tsconfig.json init 2024-07-04 16:48:57 -07:00

reidlab-online

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.online/reidlab/reidlab-online && cd reidlab-online
npm install

afterwards, for development, you can run:

npm run dev

or, for deployment:

npm run build