Skip to content

Commit

Permalink
update lit, add context and task
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed May 18, 2024
1 parent e6473c9 commit 29aa0c7
Show file tree
Hide file tree
Showing 3 changed files with 281 additions and 205 deletions.
7 changes: 6 additions & 1 deletion frontend/admin/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Frontend for admin
# Frontend for admin

Use lit element + shoelace style.

Expand All @@ -14,6 +14,11 @@ See https://stackoverflow.com/a/76446465 for icon/static assets

Then you can launch alf.io normally and go to localhost:8080/admin/ -> all the components exported in the main.ts will be available.

## update deps

> npx npm-check-updates -u
> npm install
## todo

- find a decent way to inline the icons as data uri
Expand Down
Loading

0 comments on commit 29aa0c7

Please sign in to comment.