Skip to content

Commit ddbe6ef

Browse files
authored
Update deno.json and README.md for improved dependency management and documentation (#170)
- Added new dependencies to deno.json, including various Radix UI components and Tailwind CSS. - Updated README.md to enhance project description, features, installation instructions, and CLI commands. - Refactored the structure of the README for better clarity and added new sections for quick start and supported languages. - Adjusted the CLI commands to reflect the new structure and functionality.
1 parent d5c2217 commit ddbe6ef

89 files changed

Lines changed: 10247 additions & 892 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Bug report
33
about: Create a report for a bug, regression, or unexpected behavior
44
title: "[BUG] "
55
labels: bug
6-
assignees: ''
6+
assignees: ""
77
---
88

99
<!--- Provide a general summary of the issue in the Title above -->

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Feature request
33
about: Suggest an idea for this project
44
title: "[FEATURE] "
55
labels: enhancement
6-
assignees: ''
6+
assignees: ""
77
---
88

99
<!--- Provide a general summary of the issue in the Title above -->

.github/workflows/lint_test_compile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout code
3333
uses: actions/checkout@v4
3434

35-
- name: Set up Node.js
35+
- name: Set up Deno
3636
uses: denoland/setup-deno@v2
3737
with:
3838
deno-version: "2.4.0"
@@ -50,7 +50,7 @@ jobs:
5050
- name: Checkout code
5151
uses: actions/checkout@v4
5252

53-
- name: Set up Node.js
53+
- name: Set up Deno
5454
uses: denoland/setup-deno@v2
5555
with:
5656
deno-version: "2.4.0"

0 commit comments

Comments
 (0)