Skip to content

realliance/community

Repository files navigation

Realliance Profile

Setting Up

# Install Dependencies

yarn install

# Run frontend + backend together in dev mode
# Frontend: http://localhost:5432
# Backend: http://localhost:3000

yarn dev