https://github.com/plasmicapp/code-components
https://github.com/plasmicapp/code-components
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/plasmicapp/code-components
- Owner: plasmicapp
- Created: 2021-05-19T14:34:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-10T01:17:43.000Z (over 2 years ago)
- Last Synced: 2025-03-27T17:37:53.460Z (10 months ago)
- Language: TypeScript
- Size: 25 MB
- Stars: 17
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plasmic code components demo
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`](https://www.npmjs.com/package/create-plasmic-app). It serves as the application host for the Plasmic project.
## Getting started
Make sure you are logged in to Plasmic Studio: https://studio.plasmic.app.
1. Duplicate the above Plasmic project.
1. From your project dashboard at https://studio.plasmic.app, configure the duplicated project to use http://localhost:3000/host as the application host.
1. Start the dev server: `yarn dev`.
1. 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!
## Learn More
To learn more about Plasmic, take a look at the following resources:
- [Plasmic Website](https://www.plasmic.app//)
- [Plasmic Documentation](https://docs.plasmic.app/learn/)
- [Plasmic Slack Community](https://www.plasmic.app/slack)
You can check out [the Plasmic GitHub repository](https://github.com/plasmicapp/plasmic) - your feedback and contributions are welcome!