issueTracker - The i18n Tracker

Tracking i18n issues of CS.

Visit dashboard.kielbyrne.com

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed the latest version of node, and yarn.
  • You have a <Windows/Linux/Mac> machine. (I have not tested on Linux, but should work fine)
  • You have read SUPPORT.md.

Architecture

  • React.js
  • Material-UI
  • Next.js
  • Now Deployment

Documentation links can be found in SUPPORT

Contributing

First off, thank you for considering contributing to the Supreme Calendar. It’s people like you that make the Supreme Calendar such a great tool.

  1. Fork this repo
  2. Create a branch: git checkout -b <branch_name> (feature? bug?).
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request. (Dont forget to test!)

Contributors

Thanks to the following people who have contributed to this project:

Licenses

Content is released under Mozilla Public License Version 2.0. See LICENSE.md for complete details, including attribution guidelines, contribution terms, and software and third-party licenses and permissions.

Branches:

Try to name branches in a descriptive way, master, ft-<featureName>, fix-<fixName>, etc... No pull requests will be merged into master branch.

Resources:

Github Contribution setup

Deploying From Your Terminal

You can deploy your new Next.js project with a single command from your terminal using Now CLI:

$ now