From 8b4db423b4d2430b831bbb031802e8fbfbae663f Mon Sep 17 00:00:00 2001 From: Valerio Ageno Date: Wed, 12 Jun 2024 13:42:02 +0200 Subject: [PATCH] chore: improve folder structure tree --- README.md | 16 ++++++++-------- docs/tutorial.md | 18 +++++++++--------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index c2e04f49..86e73375 100644 --- a/README.md +++ b/README.md @@ -61,14 +61,14 @@ tuono dev ## Folder structure ``` -| public/ -- src/ - | routes/ - | styles/ -| package.json -| Cargo.toml -| .gitignore -| tsconfig.json +├──  package.json +├──  public +├──  src +│ ├──  routes +│ └──  styles +├──  Cargo.toml +├──  README.md +└──  tsconfig.json ``` ## License diff --git a/docs/tutorial.md b/docs/tutorial.md index a07d4af7..be7e26a2 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -38,15 +38,15 @@ Open it with your favourite code editor. The project will have the following structure: -```bash -| public/ -- src/ - | routes/ - | styles/ -| package.json -| Cargo.toml -| .gitignore -| tsconfig.json +``` +├──  package.json +├──  public +├──  src +│ ├──  routes +│ └──  styles +├──  Cargo.toml +├──  README.md +└──  tsconfig.json ``` **public/**: put here all the files you want to be public