split route and navbar
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user