You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Join the `#dev-connect-web` channel on our [Discord](https://discord.comma.ai).
24
+
The app has a demo mode, so you can work on the UI without pairing a live device.
29
25
30
-
connect has a demo mode, so no special comma device is needed to develop connect.
31
-
32
-
A few constraints to keep connect light and the dev environment fun:
26
+
A few constraints keep the app light and the dev environment fast:
33
27
* 5k line limit
34
28
* 500KB bundle size limit
35
29
* 1m timeout for all CI
36
30
37
-
References:
38
-
*[API docs](https://api.comma.ai)
39
-
*[openpilot docs](https://docs.comma.ai)
40
-
*[Discord](https://discord.comma.ai)
41
-
*[Bounties](https://comma.ai/bounties)
31
+
## Preview Workflow
32
+
33
+
Pull requests into `master` are expected to produce a deploy preview when the repo is configured with:
42
34
43
-
## Roadmap
35
+
*`CLOUDFLARE_ACCOUNT_ID`
36
+
*`CLOUDFLARE_PAGES_TOKEN`
37
+
*`CF_PAGES_PROJECT`
38
+
*`PREVIEW_BASE_DOMAIN`
44
39
45
-
The first goal is to replace current connect and get this shipped to https://connect.comma.ai.
40
+
The preview workflow comments a URL back onto the PR after a successful build. Screenshots are intentionally disabled until the fork has its own artifact publishing setup.
46
41
47
-
[This milestone](https://github.com/commaai/connect/milestone/1) tracks that progress. Most of the issues there are [paid bounties](https://comma.ai/bounties).
0 commit comments