An open API service indexing awesome lists of open source software.

https://github.com/plasmicapp/code-components


https://github.com/plasmicapp/code-components

Last synced: 9 months ago
JSON representation

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!