An open API service indexing awesome lists of open source software.

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

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
```