@statezero/core 0.1.65 → 0.1.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/readme.md +4 -4
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -179,20 +179,20 @@ const workTodos = Todo.objects.filter({
|
|
|
179
179
|
### Backend
|
|
180
180
|
|
|
181
181
|
```bash
|
|
182
|
-
pip install
|
|
182
|
+
pip install statezero
|
|
183
183
|
pip install django-cors-headers pusher
|
|
184
184
|
```
|
|
185
185
|
|
|
186
186
|
### Frontend
|
|
187
187
|
|
|
188
188
|
```bash
|
|
189
|
-
npm
|
|
189
|
+
npm i @statezero/core
|
|
190
190
|
```
|
|
191
191
|
|
|
192
192
|
### Generate TypeScript Models
|
|
193
193
|
|
|
194
194
|
```bash
|
|
195
|
-
npx statezero sync
|
|
195
|
+
npx @statezero/core sync
|
|
196
196
|
```
|
|
197
197
|
|
|
198
198
|
## Why Choose StateZero Over...
|
|
@@ -219,4 +219,4 @@ Lock in your rate forever by signing up early. We can't change your fee or cance
|
|
|
219
219
|
|
|
220
220
|
## Get Started
|
|
221
221
|
|
|
222
|
-
Run `pip install
|
|
222
|
+
Run `pip install statezero` and `npm install @statezero/core` to begin.
|