Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrwillcom/logseq-fluent-theme
A Logseq theme based on Fluent Design System.
https://github.com/mrwillcom/logseq-fluent-theme
fluent-design logseq logseqtheme
Last synced: 1 day ago
JSON representation
A Logseq theme based on Fluent Design System.
- Host: GitHub
- URL: https://github.com/mrwillcom/logseq-fluent-theme
- Owner: MrWillCom
- License: mit
- Created: 2022-05-19T05:04:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T14:58:10.000Z (about 2 years ago)
- Last Synced: 2023-03-06T02:49:14.940Z (over 1 year ago)
- Topics: fluent-design, logseq, logseqtheme
- Language: SCSS
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Logseq Fluent Theme
A Logseq theme based on [Fluent Design System](https://www.microsoft.com/design/fluent/).
## Development
This project uses SCSS, to develop and build it, you need to run:
```sh
$ yarn install
```Then, you can use:
```sh
# realtime build for developing
$ yarn dev# build
$ yarn build# minimize for production
$ yarn min
```