split route and navbar

This commit is contained in:
2024-06-06 11:10:24 +00:00
parent 56fc427eae
commit 0ea7ba1a39
7 changed files with 58 additions and 50 deletions

View File

@ -18,12 +18,19 @@ install `Taskfile` first with this command line:
```bash
npm install -g @go-task/cli
```
more information : [Link](https://taskfile.dev/installation/)
install `pnpm` for front-end with command line:
```bash
npm i pnpm -g
```
install `poetry` for back-end with command line:
```bash
curl -sSL https://install.python-poetry.org | python3 -
```
for more information please see here : [Link](https://python-poetry.org/docs/#installing-with-the-official-installer)
# Common CLI
### alembic