Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 331 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 331 Bytes

Sprout Server

Development

Start the DB using Docker Compose

From the root of the project -

docker compose -f backend/server/docker-compose.yml up 

In another terminal, start the Sprout Server in dev mode -

./gradlew :sprout-server:dev 

In another terminal start the web app -

rush start