miom.space/README.md
teutat3s f6b0ad8635
Update lume to version 1.15.3
Update deno lockfile

Update docs
2023-02-26 18:47:07 +01:00

18 lines
216 B
Markdown

Install Lume:
https://lume.land/docs/overview/installation/
```
deno run -Ar https://deno.land/x/lume/init.ts
```
Build the project:
```
./build.sh
```
Run a local version of the project:
```
deno task serve
```