/atmosphere

Primary LanguageTypeScript

Atmosphere

Prerequesites

You will need the following installed on your computer in order to run Atmosphere:

Installing

  1. Clone this repository
    • via HTTPS $ git clone https://github.com/zulaica/atmosphere.git or
    • via SSH $ git clone git@github.com:zulaica/atmosphere.git
  2. $ cd atmosphere
  3. $ yarn

Building

  1. $ yarn build

Serving

  1. $ yarn serve
  2. Visit http://localhost:10001

Contributing

Git Commit Messages[1]

  • Commit early, commit oftenβ„’
  • Commits should be concise enough to describe in one line
  • Limit commit messages to 80 characters
  • Use the present tense (e.g. "Do the thing" not "Did the thing")
  • Use the imperative mood (e.g. "Do the thing" not "Does the thing")
  • Start the commit message with the appropriate emoji pair (followed by two spaces)
  • Use actual emoji and not Github's emoji short-codes
Emoji Pair Usage Suggested Text Shortcut[2]
Code
πŸ†• πŸ›  adding new code ::codenew
πŸ”„ πŸ›  refactoring code ::codeedit
πŸ’¨ πŸ› fixing a bug ::bugfix
Dependencies
πŸ†• πŸ“¦ adding a dependency ::pkgnew
⬆️ πŸ“¦ upgrading a dependency ::pkgup
⬇️ πŸ“¦ downgrading a dependency ::pkgdown
Documentation
πŸ†• πŸ“ adding documentation ::docsnew
πŸ”„ πŸ“ editing documentation ::docsedit

License

Atmosphere is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license (CC BY-NC-SA 4.0).


[1] Borrowed heavily from Atom's contribution documentation. ↩️

[2] My handy TextExpander shortcuts, set up to also add the two spaces after the emoji pair. ↩️