Skip to content

drseu55/L2Y21-AABRDP-simple-blockchain

 
 

Repository files navigation

L2Y21-AABRDP-simple-blockchain

Rules of repo

Branching strategy

We use GitHub Flow.

Commit message format

Our convention for commit messages:

feat: Add beta sequence
^--^ ^---------------^
| |
| +-> Summary in present tense.
|
+-------> Type: chore, docs, feat, fix, refactor, style, or test.

We use tools: Commitlint and Husky.

Convention for code

For this purpose we use ESLint AirBnb style guide. Why Use AirBnB’s ESLint Configuration? A Review of AirBnB’s Rules List.

How to use after clone (make sure to clone 'main' branch)

  1. Install packages
npm install
  1. Run
npm start
  1. Test
npm test
  1. Before commit ESLint will check your code and problems will come out if there are any. However, you can check or fix your code at any time with:
  • ESLint check:
npm run lint
  • ESLint fix:
npm run lint-fix

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.1%
  • Shell 6.5%
  • Dockerfile 0.4%