Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
birdgg committed May 2, 2023
1 parent 71efc74 commit 0ee05b6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
A convenient chrome extension for debugging custom CSS in Xlog.

![screenshot](./images/screenshot.png)

## Features
- Debug your xlog custom css in real time
- Enjoy a pleasant code editing experience with the Monaco Editor
- Explore other fantastic CSS styles on the fly
## Develop

```
Expand All @@ -15,9 +20,10 @@ $ yarn watch
download latest release dist.zip, load `dist` directory

## TODO
- [ ] Draggable and minimizable debug window
- [ ] modify style
- [ ] use unocss
- [ ] try unocss
- [ ] setup ci
- [ ] migrate to vite maybe
- [ ] migrate from webpack to vite maybe(https://github.com/antfu/vitesse-webext)
- [ ] upload to chrome extension store
- [ ] firefox and edge version

0 comments on commit 0ee05b6

Please sign in to comment.