remove spaces from README
This commit is contained in:
parent
69d587cfb3
commit
b69a7d9751
|
@ -23,9 +23,7 @@ You can run the project on local by cloning the repo.
|
|||
You can run it via Docker with docker-compose by opening root folder via console and running:
|
||||
|
||||
```
|
||||
|
||||
docker-compose up -d
|
||||
|
||||
```
|
||||
|
||||
And head browser to `localhost:8069`.
|
||||
|
@ -45,13 +43,9 @@ You can also run project outside Docker via npm (tested with NodeJS `20.11` and
|
|||
You can run the project by opening root folder via console and running:
|
||||
|
||||
```
|
||||
|
||||
npm install
|
||||
|
||||
npm run build
|
||||
|
||||
npm run start
|
||||
|
||||
```
|
||||
|
||||
And head browser to `localhost:3000`.
|
||||
|
|
Loading…
Reference in New Issue