Why • Technologies used • How to use • How to contribute • License
Display your main projects in a simple manner.
This is a project to list its main projects. He was inspired by the Hacktoberfest 2022.
# Clone the repository
$ git clone git@github.com:schuansk/reppo.git
# Access the project directory
$ cd reppo
# Install all packages
$ yarn
# And run
$ yarn dev
- Use this JSON file as an example to make your page.
- Some tips:
- In customBackgroundColor, use an RGB value, e.g.,
"customBackgroundColor": "255, 255, 255"
- Contact icons use Ant Design Icons, you can consult them here to use, just add the name in the icon, e.g.,
"icon": "AiOutlineGithub"
- In customBackgroundColor, use an RGB value, e.g.,
- When you finish editing your json file, move it to
/src/lib/db/
.- Remember to rename it with your firstname-lastname.json.
- Submit your PR and wait for approval (or not 🙃).
Licensed under MIT.
Made lovingly by Schuansk Torres ❤️.