Release v0.3 - Add Redis support #82
|
@ -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