-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,11 @@ | ||
## Getting Started | ||
- Firebase Admin REST API wrapper that works on Vercel edge functions, Bun, cloudflare workers, Deno or any JS runtime. | ||
|
||
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 | ||
``` | ||
DOCS UNDER CONSTRUCTION. | ||
|
||
## License | ||
|
||
MIT | ||
|
||
Lib built with bun and generated by: | ||
https://github.com/wobsoriano/bun-lib-starter/generate |