React Recipes and Examples For Cratebind
- Finish README
- Add contributing guide
🏠 Homepage
To run locally, clone the repo and run:
yarn install
yarn start
And go to http://localhost:8000/
Component pages are created from the src/examples
directory using markdown files. You can use src/examples/DynamicFields.md
as a template.
To create a new example:
- Create a new markdown file in
src/examples
, likeMyExample.md
- Give it a unique
path
at the top of the markdown file, similar to howDynamicFields.md
is set up - Add that path to
src/data/docs.yml
, either in an existing section or a new section
👤 Cratebind
- Github: @cratebind