my website!
| public | ||
| src | ||
| .editorconfig | ||
| .gitignore | ||
| astro.config.mjs | ||
| eslint.config.mjs | ||
| flake.lock | ||
| flake.nix | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.cjs | ||
| README.md | ||
| tsconfig.json | ||
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