Skip to content

YasiOnFire/coders-railroad

Repository files navigation

CodersRailroad 🚂

Netlify Status GitHub contributors PRs Welcome Twitter share

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/ <<<

How to contribute?

  1. Fork repo
  2. Clone your fork
  3. Run yarn
  4. Add your cart to src/assets/data.json and run yarn serve to see your cart
  5. Run yarn test:unit
  6. Create your branch, commit, push, create pull request

Cart config example:

{
  "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)

Avaiable carts:

__.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"=

Rules

  • 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

Requirements

  • node (preferably >=14)
  • yarn

Made with Vue 💚 by Yasio. Inspired by Twilio Open Pixel Art project.