|
@@ -2,31 +2,26 @@
|
|
|
|
|
|
This project is a WIP.
|
|
|
|
|
|
-## Running
|
|
|
+💡You need to have Deno v1.28.0 or later intalled to run this repo.
|
|
|
|
|
|
-You need to have Deno v1.28.0 or later intalled to run this repo.
|
|
|
+## Back-end
|
|
|
|
|
|
Start a dev server:
|
|
|
|
|
|
```
|
|
|
-$ deno task dev
|
|
|
+$ deno task dev-server
|
|
|
```
|
|
|
|
|
|
-## Deploy
|
|
|
+## Front-end
|
|
|
|
|
|
-Build production assets:
|
|
|
+Start a dev server:
|
|
|
|
|
|
```
|
|
|
-$ deno task build
|
|
|
+$ deno task dev
|
|
|
```
|
|
|
|
|
|
-## Notes
|
|
|
-
|
|
|
-- You need to use `.mjs` or `.mts` extension for the `vite.config.[ext]` file.
|
|
|
-
|
|
|
-## Papercuts
|
|
|
-
|
|
|
-Currently there's a "papercut" for Deno users:
|
|
|
+Build production assets:
|
|
|
|
|
|
-- peer dependencies need to be referenced in `vite.config.js` - in this example
|
|
|
- it is only `svelte` package that needs to be referenced
|
|
|
+```
|
|
|
+$ deno task build
|
|
|
+```
|