Skip to content

Commit 494db5d

Browse files
committed
Readme update
1 parent 0bb9d51 commit 494db5d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,16 @@ Template for Frontend development. Build a web page using [SolidJS](https://soli
2828
- `...` Doc.
2929
- `src` All sourcecode.
3030
- `client` Sourcecode for the client.
31+
- `app` The main app.
32+
- `components` Generic components for the page.
33+
- `static` Static assets for the page.
3134
- `...` Client files.
3235
- `server` Sourcecode for the server.
3336
- `...` Server files.
3437
- `test` Tests (no unit tests).
3538
- `e_to_e` End to End tests for the page.
3639

3740
## Usage
38-
39-
> [!WARNING]
40-
> There is currently an issue with the global variable `document`. [Link to issue.](https://github.com/denoland/deno_lint/issues/590)
41-
4241
### Getting started
4342
Checkout the template and run initial [`deno task cache`](#tasks). This will cache all the necessary dependencies.
4443
If you still getting import errors, try reloading the "import registries cache".
@@ -54,7 +53,7 @@ Use `deno task <name_of_the_task>`:
5453
- `build:watch` Build the page with active file watcher. *(recommended)*
5554
- `build:dev` Build the page for development (without optimization like minification).
5655
- `build:dev:watch` Build the page for development (without optimization like minification) with active file watcher.
57-
- `cache` Cache all dependencies.
56+
- `cache-reload` Cache all dependencies.
5857
- `serve` Serve the build `dist` directory as the page root. *(recommended)*
5958
- `serve:dev` Serve the build `dist` directory as the page root for development (with verbose logging and directory listing enabled).
6059
- `lint` Lint the sourcecode

0 commit comments

Comments
 (0)