miom.space/README.md

18 lines
216 B
Markdown
Raw Normal View History

2021-10-22 11:13:16 +00:00
Install Lume:
https://lume.land/docs/overview/installation/
2021-10-22 11:13:16 +00:00
```
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
```