https://github.com/pakholeung37/liveblocks-whiteboard
https://github.com/pakholeung37/liveblocks-whiteboard
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pakholeung37/liveblocks-whiteboard
- Owner: pakholeung37
- Created: 2023-02-21T08:54:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-23T12:48:18.000Z (over 2 years ago)
- Last Synced: 2025-01-22T20:26:52.756Z (4 months ago)
- Language: TypeScript
- Size: 709 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LoftMix
experimental admin like app built with Solid-js with all the best practices.
This POC should prove solidjs has enough performances, satisfaction, DX to build a normal admin app.
## Features
### functions
- [x] command palette
- [x] navigation
- [ ] actions - dark mode toggle action
- [x] chart
- [x] table### components
- [x] button
- [x] avatar
- [x] charts### pages
- [x] dashboard
- [ ] chat
- [ ] todo
- [ ] people
- [ ] app - table like### styles
- [x] dark mode
## Best pratices
- [x] typescript first
- [x] pnpm workspace
- [x] turborepo for monorepo
- [x] vite first
- [x] storybook/vite
- [x] vitest for testing
- [x] vanilla-extract for style
- [x] purgecss when build
- [x] eslint + prettier + lint-stage + editorconfig + commitlint## Usage
### Development
```bash
pnpm icd packages/main && pnpm start
```