Skip to content

GrayJyy/easy-note

Repository files navigation

Getting Started

  1. Install Redis

sudo brew install redis

  1. Run Redis

redis-server

  1. Install RedisInsight GUI

Download

  1. Install Dependencies

pnpm install

  1. Run Frontend

pnpm dev