Skip to content

Commit

Permalink
[plasmic] Sync project elements-cs-test1
Browse files Browse the repository at this point in the history
This is an automated commit generated by Casey Spain
using Plasmic (https://plasmic.app/).

Project name: elements-cs-test1
Project URL: https://studio.plasmic.app/projects/saZG5UFzSFK9GHv1WC5GrQ
  • Loading branch information
plasmicops committed Aug 13, 2024
1 parent 57433f8 commit 3a93bec
Show file tree
Hide file tree
Showing 37 changed files with 21,915 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
This is a React project bootstrapped with [`create-plasmic-app`](https://www.npmjs.com/package/create-plasmic-app).

## Getting Started

First, run the development server:

```bash
npm run start
```

Open your browser to see the result.

You can start editing your project in Plasmic Studio. The page auto-updates as you edit the project.

## Learn More

With Plasmic, you can enable non-developers on your team to publish pages and content into your website or app.

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!
Loading

0 comments on commit 3a93bec

Please sign in to comment.