RedisInsight / RedisInsight

Redis GUI by Redis

Home Page:https://redis.com/redis-enterprise/redis-insight/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Change Wiki for Development

yldrmali opened this issue · comments

Preconditions (none)

Steps to reproduce (How to reproduce what you found step by step)

I tried to run api and ui services locally after cloning the repo to my local PC.
After running the yarn --cwd redisinsight/api/ start:dev command I tried to run yart start:ui command. There's no such command.
Wiki-Development needs to be edited.

Actual behavior (This command is no longer available inside package.json)

yarn start:ui

Expected behavior (It should be the command below)

yart start:web

Additional context (none)

Thanks for letting us know
In the current main branch to start the frontend you need to run the command yarn dev:ui
Updated the Wiki