Awesome
<h1 align="center"> Made with create-react-library </h1>This repo is the showcase website for create-react-library.
Adding a library
To add your own library to the project;
- Fork the project
- Create a page under content. For example,
package-name.mdx
- Use the library template as a base
- Enter (as a minimum)
title
,description
,github
- Push changes to your forked repo
- Open a PR
The library information will be reviewed and then merged in.
Please only add one library per PR.
Improving the site
The website is built using Gatsby and Tailwind.
- Fork the project
- Ensure you're using a node version
>= 10.16.3
yarn
- install all dependencies- Make your changes
- Push changes to your forked repo
- Open a PR
- Be descriptive over the changes
The changes will be reviewed and then merged in.
Please do not include library changes or add libraries as part of an improvement