miom.space/README.md

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
```