Skip to content

Commit

Permalink
Merge pull request #3 from muzhi1991/dev-svelte
Browse files Browse the repository at this point in the history
redesign ui using tailwind && daisy
  • Loading branch information
muzhi1991 authored Jul 20, 2024
2 parents 1a9f215 + 28e2c1f commit 2972a6a
Show file tree
Hide file tree
Showing 17 changed files with 1,703 additions and 301 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ node_modules

# Don't include the compiled main.js file in the repo.
# They should be uploaded to GitHub releases instead.
main.js
/main.js
/styles.css

# Exclude sourcemaps
*.map
Expand All @@ -21,3 +22,6 @@ data.json
# Exclude macOS Finder (System Explorer) View States
.DS_Store
/orama

# config
storage-config.json
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"plugins": ["prettier-plugin-tailwindcss"]
}
Loading

0 comments on commit 2972a6a

Please sign in to comment.