NicolasLopes7 / redis-ui

⚑ redis client made with care and acessibility-first πŸš€

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚑ Redis UI

The first open-source project to create an awesome and accessible UI for Redis as a native desktop application. βœ¨πŸ¦„

πŸš€ How to develop locally

First steps

Warning

Make it sure you have docker, docker-compose and a package manager - such as yarn, npm or pnpm - installed on your computer.

Note

Hover the items of the list below to get more detailed description

  • Clone this repo and install all dependencies:
> git clone https://github.com/NicolasLopes7/redis-ui/
> cd redis-ui
> # install the dependencies (yarn, npm i, pnpm i)
  • Initialize the Redis through docker-compose.
> docker-compose up --build -d
  • Run the seed script to populate Redis (Optional step):
> # run the script with you package manager
> pnpm redis:seed
  • Run the project in DEV mode
> pnpm dev

Note

If you want to build, just you can try one of these commands (according your package manager). yarn build or npm run build or pnpm build

About

⚑ redis client made with care and acessibility-first πŸš€

License:MIT License


Languages

Language:TypeScript 99.3%Language:HTML 0.4%Language:CSS 0.3%Language:Shell 0.0%