Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Startup script #992

Merged
merged 4 commits into from
Jan 19, 2024
Merged

Startup script #992

merged 4 commits into from
Jan 19, 2024

Conversation

davidfig
Copy link
Collaborator

@davidfig davidfig commented Jan 19, 2024

Better startup script support for local dev (no Docker support yet)

Usage: node startup [options]

Runs the Quadratic dev server. By default, only React runs in watch mode.

Options:
  -p, --api          Watch the quadratic-api directory
  -c, --core         Watch the quadratic-core directory
  -m, --multiplayer  Watch the quadratic-multiplayer directory
  -f, --files        Watch the quadratic-files directory
  -s, --skipTypes    Skip WASM types compilation
  -a, --all          Watch all directories
  -p, --perf         Run quadratic-core in perf mode (slower linking but faster runtime)
  -h, --help         display help for command

For example, running node startup -c will run the app with only quadratic-core and react in watch mode.

Copy link

vercel bot commented Jan 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
quadratic ❌ Failed (Inspect) Jan 19, 2024 5:02pm

@davidkircos davidkircos temporarily deployed to quadratic-api-dev-pr-992 January 19, 2024 15:16 Inactive
Copy link

codecov bot commented Jan 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (001448c) 89.78% compared to head (984a8de) 89.78%.

Additional details and impacted files
@@           Coverage Diff           @@
##           a-team     #992   +/-   ##
=======================================
  Coverage   89.78%   89.78%           
=======================================
  Files         124      124           
  Lines       20981    20981           
=======================================
  Hits        18837    18837           
  Misses       2144     2144           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@davidkircos davidkircos temporarily deployed to quadratic-api-dev-pr-992 January 19, 2024 16:56 Inactive
@davidfig davidfig merged commit 6527d8e into a-team Jan 19, 2024
7 of 12 checks passed
@davidfig davidfig deleted the a-team-node-script branch January 19, 2024 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants