Release v0.3 - Add Redis support #82

Merged
lamacchinadesiderante merged 9 commits from develop into main 2024-05-18 11:35:07 +00:00
1 changed files with 0 additions and 6 deletions
Showing only changes of commit b69a7d9751 - Show all commits

View File

@ -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`.