See the published site at https://code-components.plasmic.site.
See the Plasmic project at https://plasmic.app/proj/code-components.
This repo is a Next.js codebase bootstrapped with create-plasmic-app
. It serves as the application host for the Plasmic project.
Make sure you are logged in to Plasmic Studio: https://studio.plasmic.app.
- Duplicate the above Plasmic project.
- From your project dashboard at https://studio.plasmic.app, configure the duplicated project to use http://localhost:3000/host as the application host.
- Start the dev server:
yarn dev
. - Open the duplicated Plasmic project.
Try registering new components or changing the props on components - you can drag/drop and configure them in Plasmic Studio!
To learn more about Plasmic, take a look at the following resources:
You can check out the Plasmic GitHub repository - your feedback and contributions are welcome!