All badges are links to each doc
Teller api is an API to serve Teller APP;
For development, you will need some software installed in your environment.
To improve your experience and enjoy each linter, here are some extensions
For VSCode, if you use another editor, please look at your marketplace
Yarn will install all dependencies into all projects, start and build them
yarn install
yarn dev
yarn build
.
├── public
├── src
│ ├── @types
│ ├── config
│ ├── modules
│ │ └── [module_folder]
│ │ ├── controllers
│ │ ├── dtos
│ │ ├── providers
│ │ ├── routes
│ │ └── services
│ └── shared
│ └── providers
│ └── supabase
└── [...]
- Project is using Angular Commits Guide Line, for more information, click on this link.
- Tests, tests and more tests
- Apply internationalization would be a good option to turn it more world wide spread.