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