@curves_digital/builder
v1.1.11
Published
The package is designed to build your own projects for use in the CURVES constructor.
Downloads
216
Readme
It is a CURVES builder package
The package is designed to build your own projects for use in the CURVES constructor.
Install
yarn add @curves_digital/builder
or npm install @curves_digital/builder
Build constructor files (browser + SSR)
To use the project in the builder, you need to build a code file and push it to the builder
yarn curves build
Then, after successful assembly perform (<host>
- constructor domain, <key>
- auth key for this project):
yarn curves push --key=<key> --host=<host>
Export static file
Create JSON page in pages
folder. Then execute:
yarn curves export