https://github.com/mingderwang/iframe-lib-passkey
https://github.com/mingderwang/iframe-lib-passkey
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mingderwang/iframe-lib-passkey
- Owner: mingderwang
- License: mit
- Created: 2024-05-06T10:56:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T10:56:14.000Z (about 2 years ago)
- Last Synced: 2025-01-14T09:22:40.309Z (over 1 year ago)
- Language: TypeScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bun starter
## Getting Started
Click the [Use this template](https://github.com/wobsoriano/bun-lib-starter/generate) button to create a new repository with the contents starter.
OR
Run `bun create wobsoriano/bun-lib-starter ./my-lib`.
## Setup
```bash
# install dependencies
bun install
# test the app
bun test
# build the app, available under dist
bun run build
```
## License
MIT