mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
fix: broken icons in readme tree
This commit is contained in:
@@ -61,14 +61,14 @@ tuono dev
|
|||||||
## Folder structure
|
## Folder structure
|
||||||
|
|
||||||
```
|
```
|
||||||
├── package.json
|
├── package.json
|
||||||
├── public
|
├── public
|
||||||
├── src
|
├── src
|
||||||
│ ├── routes
|
│ ├── routes
|
||||||
│ └── styles
|
│ └── styles
|
||||||
├── Cargo.toml
|
├── Cargo.toml
|
||||||
├── README.md
|
├── README.md
|
||||||
└── tsconfig.json
|
└── tsconfig.json
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|||||||
+8
-8
@@ -53,14 +53,14 @@ Open it with your favourite code editor.
|
|||||||
The project will have the following structure:
|
The project will have the following structure:
|
||||||
|
|
||||||
```
|
```
|
||||||
├── package.json
|
├── package.json
|
||||||
├── public
|
├── public
|
||||||
├── src
|
├── src
|
||||||
│ ├── routes
|
│ ├── routes
|
||||||
│ └── styles
|
│ └── styles
|
||||||
├── Cargo.toml
|
├── Cargo.toml
|
||||||
├── README.md
|
├── README.md
|
||||||
└── tsconfig.json
|
└── tsconfig.json
|
||||||
```
|
```
|
||||||
|
|
||||||
**public/**: put here all the files you want to be public
|
**public/**: put here all the files you want to be public
|
||||||
|
|||||||
Reference in New Issue
Block a user