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
Note that this will still create a project with the latest stable version, but run the canary version of create-cedar-app, and is mainly useful for debugging this package, and not the CedarJS canary release.
108
-
109
107
You can specify any tag or version instead of `@canary`
110
108
111
-
### Develop using the new project
112
-
113
-
There are three options for developing with the installed project:
109
+
Note that this will still create a project with the latest stable version, but
110
+
run the canary version (or other tag you specified) of create-cedar-app, and is
111
+
mainly useful for debugging this package, and not the CedarJS canary release.
114
112
115
-
**1. Upgrade the project to use the latest canary release**
113
+
If you want to try the CedarJS packages canary releases, you'll have to follow
114
+
up with an upgrade, like this:
116
115
117
116
```bash
118
117
cd /path/to/new/cedar-app
119
-
yarn rw upgrade -t canary
118
+
yarn cedarjs upgrade -t canary
120
119
```
121
-
122
-
**2. Use the workflow and tools for local package development**
123
-
124
-
-[Local Development Instructions](https://github.com/cedarjs/cedar/blob/main/CONTRIBUTING.md)
0 commit comments