Skip to content

Commit dfbb01f

Browse files
committed
Chromatic CI/CD and objectives update
1 parent 03467c0 commit dfbb01f

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/deploy-github-pages.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,8 @@ jobs:
4242
- name: Deploy to GitHub Pages
4343
id: deployment
4444
uses: actions/deploy-pages@v2
45+
- name: Run Chromatic
46+
uses: chromaui/action@latest
47+
with:
48+
# ⚠️ Make sure to configure a `CHROMATIC_PROJECT_TOKEN` repository secret
49+
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ Web is the main supported platform but the system allows easier extension with m
1616
* [x] Establish Design Principles
1717
* [x] Catalog Components
1818
* [x] Explain customization level and how styling could be done
19-
* [ ] Define anatomy elements and collect resources
19+
* [x] Define anatomy elements and collect resources
2020
* [x] Core values/Principles
21-
* [ ] Define initial tokens
22-
* [ ] Define initial systems, if needed
21+
* [x] Define initial tokens
22+
* [x] Define initial systems, if needed
2323
* [x] Define initial components
2424
* [x] Add some guides
2525
* [ ] Setup npm package and document how it should be used
2626
* [x] Auto deployment script
2727
* [x] Add docs for at least one process - component contribution
28-
* [ ] Develop at least one component from the MVP list by following a process
28+
* [x] Develop at least one component from the MVP list by following a process
2929

3030
* Phase Next
3131
* [ ] Make automatic documentation for components to work

0 commit comments

Comments
 (0)