https://github.com/explicit-logic/light-pass
A tool to build quiz websites
https://github.com/explicit-logic/light-pass
Last synced: 2 months ago
JSON representation
A tool to build quiz websites
- Host: GitHub
- URL: https://github.com/explicit-logic/light-pass
- Owner: explicit-logic
- License: mit
- Created: 2024-03-12T03:41:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-04T15:58:30.000Z (6 months ago)
- Last Synced: 2025-04-09T22:06:32.444Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 10.4 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![]()
Light Pass
**Getting started**
```
npm installnpm run tauri dev
```Lint and apply fixes
`npx biome check --apply ./src`
**Recommended IDE Setup**
- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)