-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[plasmic] Sync project elements-cs-test1
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
1 parent
57433f8
commit 3a93bec
Showing
37 changed files
with
21,915 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |
Oops, something went wrong.