https://github.com/explicit-logic/light-pass-web
A tool to build test websites
https://github.com/explicit-logic/light-pass-web
crypto json p2p quiz react tailwind-css tanstack-router test trivia vite
Last synced: 4 months ago
JSON representation
A tool to build test websites
- Host: GitHub
- URL: https://github.com/explicit-logic/light-pass-web
- Owner: explicit-logic
- License: mit
- Created: 2025-02-23T16:00:49.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-23T16:14:27.000Z (4 months ago)
- Last Synced: 2025-02-23T17:25:15.481Z (4 months ago)
- Topics: crypto, json, p2p, quiz, react, tailwind-css, tanstack-router, test, trivia, vite
- Language: TypeScript
- Homepage: https://light-pass.pages.dev/
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Light Pass
### Frontend Setup
1. Install dependencies:
```sh
pnpm install
```5. Build and run the frontend application:
```sh
pnpm run build
```6. To start the application in development mode:
```sh
pnpm run dev
```