mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 08:37:13 +01:00
change every npm run with yarn
This commit is contained in:
parent
dc29d8ed77
commit
7d9372baa7
1 changed files with 4 additions and 4 deletions
|
|
@ -64,13 +64,13 @@ The `HASH_SALT` is used to generate unique values for your installation.
|
||||||
For development purpose, you need to build first that is because the application need to prepare language and geo setting.
|
For development purpose, you need to build first that is because the application need to prepare language and geo setting.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm run build
|
yarn build
|
||||||
```
|
```
|
||||||
|
|
||||||
### Start the application
|
### Start the application
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm start
|
yarn start
|
||||||
```
|
```
|
||||||
|
|
||||||
By default this will launch the application on `http://localhost:3000`. You will need to either
|
By default this will launch the application on `http://localhost:3000`. You will need to either
|
||||||
|
|
@ -103,8 +103,8 @@ To get the latest features, simply do a pull, install any new dependencies, and
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git pull
|
git pull
|
||||||
npm install
|
yarn
|
||||||
npm run build
|
yarn build
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue