Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jun 22, 2024
1 parent 52be784 commit 967062f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 60 deletions.
63 changes: 3 additions & 60 deletions .tkb
Original file line number Diff line number Diff line change
@@ -1,73 +1,16 @@
{
"scope": "Workspace",
"tasks": {
"dC7QDBLH8BmHUfaYmIt81": {
"id": "dC7QDBLH8BmHUfaYmIt81",
"description": "(Optional) Add Repo Stats by visiting and setting up [repobeats](https://repobeats.axiom.co/)",
"columnId": "column-todo"
},
"P_NrSJQ8m91Odgz8E1fS6": {
"id": "P_NrSJQ8m91Odgz8E1fS6",
"description": "Create your library and update examples",
"columnId": "column-todo"
},
"1dRWJhy45E1Rq5wZAmPHt": {
"id": "1dRWJhy45E1Rq5wZAmPHt",
"description": "Update README as required",
"columnId": "column-todo"
},
"O1qAByMoxhHOR-a_guL91": {
"id": "O1qAByMoxhHOR-a_guL91",
"description": "Optionally deploy your examples to Vercel.",
"columnId": "column-todo"
},
"_JiH9RZLmUF5nxD7lBC5B": {
"id": "_JiH9RZLmUF5nxD7lBC5B",
"description": "Create a new GitHub repository using this template.\n - Click the `Use this template` button at the top right -> `Create a new repository`\n - Click `Create repository` and wait for the setup workflow to finish rebranding your repo.",
"columnId": "column-done"
},
"t5d22lVYbF7GuQHzv6DRO": {
"id": "t5d22lVYbF7GuQHzv6DRO",
"description": "Install and set up Node.js and your IDE (VSCode recommended)",
"columnId": "column-done"
},
"wkDDELNeOfYSVmWI1eWu0": {
"id": "wkDDELNeOfYSVmWI1eWu0",
"description": "Install the recommended VSCode extensions:\n - [Trello Kanban](https://marketplace.visualstudio.com/items?itemName=mayank1513.trello-kanban-task-board)",
"columnId": "column-done"
},
"nfNGrXw5Qcw56MdiXK-Zs": {
"id": "nfNGrXw5Qcw56MdiXK-Zs",
"description": "Target: No breaking changes",
"columnId": "column-doing"
}
},
"tasks": {},
"columns": [
{
"id": "column-todo",
"title": "To do",
"tasksIds": [
"dC7QDBLH8BmHUfaYmIt81",
"P_NrSJQ8m91Odgz8E1fS6",
"1dRWJhy45E1Rq5wZAmPHt",
"O1qAByMoxhHOR-a_guL91"
]
"tasksIds": []
},
{
"id": "column-doing",
"title": "Doing",
"tasksIds": [
"nfNGrXw5Qcw56MdiXK-Zs"
]
},
{
"id": "column-done",
"title": "Done",
"tasksIds": [
"_JiH9RZLmUF5nxD7lBC5B",
"t5d22lVYbF7GuQHzv6DRO",
"wkDDELNeOfYSVmWI1eWu0"
]
"tasksIds": []
}
]
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,8 @@ const background = getBackground(resolvedTheme);

Without `resolvedTheme`, you would only know the theme is "system", not what it resolved to.

![Repo stats](https://repobeats.axiom.co/api/embed/3cc219825aee3c38bad8829fb9da0dd6301a1867.svg "Repobeats analytics image")

## License

This library is licensed under the MPL-2.0 open-source license.
Expand Down

0 comments on commit 967062f

Please sign in to comment.