This project's public API token: APITOKEN

Copy

To generate Plasmic components into your own codebase, run these three commands!

First install the Plasmic CLI if you don’t already have it:

Copy
yarn global add @plasmicapp/cli
# or: npm install -g @plasmicapp/cli

Then from your project root dir, initialize plasmic.json and install our small runtime library with:

Copy
plasmic init

If this is your first run, you’ll be prompted to paste your API token (show).

Copy
TOKEN

Finally, sync down all components from the current project.

Copy
plasmic sync --projects PROJECTID

That’s it! Your components are synced to src/ by default.

In the future, whenever you want to pull updated Plasmic components, you can simply run:

Copy
plasmic sync