Skip to content

Commit

Permalink
add generate to setup docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmwang committed Feb 25, 2025
1 parent e0fcfdf commit 98a729f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/getting-started/local-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ git switch gql
# Create .env from template file
cp .env.template .env

# Install dependencies for local code editor intellisense.
# Setup local code editor intellisense.
npm install
npx turbo run generate

# Ensure Docker Desktop is running. Start up application
docker compose up -d
Expand Down

0 comments on commit 98a729f

Please sign in to comment.