17 lines
320 B
Markdown
17 lines
320 B
Markdown
# fresh project
|
|
|
|
### Usage
|
|
|
|
Start the project:
|
|
|
|
```
|
|
deno task start
|
|
```
|
|
|
|
This will watch the project directory and restart as necessary.
|
|
|
|
### Important
|
|
|
|
There is some very hacky things that need to be done to make lucid work correctly.
|
|
It involved vendoring lucid and making some adjustments to the `core/core.ts` file.
|