mirror of
https://github.com/namibia/tips.git
synced 2024-11-12 08:16:30 +00:00
227 B
227 B
Easy steps:
-
Clone the repo.
-
Install the deps:
npm install
-
Edit
tips.json
to add your tip in the below format:
{
"title": <your_tip_title>,
"tip": <your_tip>
}
- Commit, push and send a PR!