We greatly appreciate your help! You will be attributed to the contributor list and from our team to yours we love you. Feel free to contrib!
- provide a simple and easy UI to use STORJ as a cloud storage solution
- Typescript to provide strong type safety
- Angular to provide a strong framework
- Ionic to provide flexible cross platform ui components
- Electron to provide a cross platform desktop application
- Jest to provide a test suite for your code
- Prettier to makes our code look nice and helps with Pull Requests
- Nx Workspace to provide a professionnal workspace with packages management and build tools.
- Nx CLI to provide a simple and easy to use CLI to interact with Nx
You want to get started? Follow these 3 simple steps
- Clone repo
- Open a terminal and
cd
to the project folder - Run
npm install
to install all dependencies - Make a new branch, see BRANCH NAMING
- do your work...
- pass test...
- pull request with your branch on the dev branch / or submit small fix on the master branch. I will merge it and upd project version soon as possible.
For your pull request please follow this guide
pull request type + feature name + task
Pull request types:
- feat = new feature
- fix = bug fix
- docs = added or changed documentation
- chore = some mindless work, like reformatting
- style = changes to the style of the code
- refactor = code change that neither fixes a bug or adds a feature
- test = added or changed tests
- build = added or changed build system
- ci = added or changed CI system
Exemple: fix-desktop-add-darkmode-support
We follow a strict convectional commits pattern: https://www.conventionalcommits.org/en/v1.0.0/
We are all students in this journey of life, so please accept any critique given. We are just trying to help you out or align your code with our base perhaps. This is a difficult but important part of collaboration and team work.