website/README.md
2024-12-08 18:34:16 -08:00

26 lines
362 B
Markdown

# 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:
```sh
git clone https://git.reidlab.pink/reidlab/website && cd website
npm install
```
afterwards, for development, you can run:
```sh
npm run dev
```
or, for deployment:
```sh
npm run build
```