init
This commit is contained in:
commit
0a1187788c
49 changed files with 11570 additions and 0 deletions
26
README.md
Normal file
26
README.md
Normal file
|
@ -0,0 +1,26 @@
|
|||
# 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:
|
||||
|
||||
```sh
|
||||
git clone https://git.reidlab.online/reidlab/reidlab-online && cd reidlab-online
|
||||
npm install
|
||||
```
|
||||
|
||||
afterwards, for development, you can run:
|
||||
|
||||
```sh
|
||||
npm run dev
|
||||
```
|
||||
|
||||
or, for deployment:
|
||||
|
||||
```sh
|
||||
npm run build
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue