NOTICE! As of 2022, PR's to this repo will not be labeled as
hacktoberfest-accepted
since this is meant just to practise contributing to OOS.
This is a simple project made for Hactoberfest. An easy entry to Pull Requests. You can add your cart to the HF train by submitting a PR.
See the train in action: >>> https://coders-railroad.netlify.app/ <<<
- Fork repo
- Clone your fork
- Run
yarn
- Add your cart to
src/assets/data.json
and runyarn serve
to see your cart - Run
yarn test:unit
- Create your branch, commit, push, create pull request
{
"name": "YasiOnFire",
"text": "Yasio",
"cart": 1
}
property | description |
---|---|
name |
your Github name |
text |
your message to show on cart (max 22 chars) |
cart |
# of cart to use (see below) |
__.oO.oOo.oOo.oOo.__
| |
| #0 |
"OO--------------OO"=
_____________________
| |
| #1 |
"OO---------------OO"=
________________
| |
| |
_| #2 |_
"OO--------------OO"=
_________
____||_______||____
| |
|_ #3 _|
"OO---------------OO"=
. .
| #4 |
"OO-----------------OO"=
_-_-_-_-_-_-_-_-_-_-_-_
| |
| #5 |
"OO-----------------OO"=
_______________________
\ /
| #6 |
"OO-----------------OO"=
- only
data.json
may be edited - must pass tests
- only one cart per github user
- text may contain only letters, digits and should be maximum of 22 chars
- must comply with the code of conduct
- node (preferably >=14)
- yarn
Made with Vue 💚 by Yasio. Inspired by Twilio Open Pixel Art project.