mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Documentation -> pnpm
This commit is contained in:
parent
964341f728
commit
9821d69cdf
12
README.md
12
README.md
|
@ -26,25 +26,25 @@ Ports can vary, so check the URL you're using.
|
||||||
### Project setup
|
### Project setup
|
||||||
|
|
||||||
```
|
```
|
||||||
yarn install
|
pnpm run install
|
||||||
```
|
```
|
||||||
|
|
||||||
### Compiles and hot-reloads for development
|
### Compiles and hot-reloads for development
|
||||||
|
|
||||||
```
|
```
|
||||||
yarn dev
|
pnpm run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
### Compiles and minifies for production
|
### Compiles and minifies for production
|
||||||
|
|
||||||
```
|
```
|
||||||
yarn build
|
pnpm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
### Lints and fixes files
|
### Lints and fixes files
|
||||||
|
|
||||||
```
|
```
|
||||||
yarn lint
|
pnpm run lint
|
||||||
```
|
```
|
||||||
|
|
||||||
### Build and run docker version
|
### Build and run docker version
|
||||||
|
@ -79,7 +79,7 @@ docker-compose exec web /bin/bash
|
||||||
then
|
then
|
||||||
|
|
||||||
```
|
```
|
||||||
yarn dev
|
pnpm run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
## Project setup for vscode and docker (developing inside dev container) on Linux
|
## Project setup for vscode and docker (developing inside dev container) on Linux
|
||||||
|
@ -97,7 +97,7 @@ View > Command palette > Enter: Remote-Containers rebuild container
|
||||||
### Serve your local server
|
### Serve your local server
|
||||||
|
|
||||||
```
|
```
|
||||||
yarn dev
|
pnpm run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
You now have useful vscode extensions, git support, your command history of the project.
|
You now have useful vscode extensions, git support, your command history of the project.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user