Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 704 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 704 Bytes

Creating a new checkout

  1. Get AWS credentials
  2. Run "aws configure"
  3. Check if "aws dynamodb list-tables"
  4. amplify env checkout dev
  5. npm install
  6. npm start

Creating a new feature

  1. Create github branch
  2. Push code to this branch
  3. Create Pull Request and add reviewers
  4. After review approval, merge to "main", delete branch if needed
  5. If required, create a new frontend env in Amplify to check feature

TODO: How to add a new Design System

Releases

4 December 2020

  1. Themes color palette selection fixed: main is mandatory.

26 November 2020

  1. Adding a mark as "function component" to elements. These components will get exported as a separate function component in code.