Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyrylr/blobscriptions
https://github.com/kyrylr/blobscriptions
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kyrylr/blobscriptions
- Owner: KyrylR
- License: mit
- Created: 2024-04-06T14:46:59.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-06T14:57:34.000Z (9 months ago)
- Last Synced: 2024-04-06T15:46:21.567Z (9 months ago)
- Language: TypeScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# BlobScriptions Playground
> Note: This guide is intended for educational purposes only!
## Setup Instructions
This project utilizes the Bun runtime. To install dependencies, execute:
```bash
bun install
```Alternatively, delete the lock file and use npm for installation:
```bash
npm install
```Next, duplicate the `.env.example` file, fill in the necessary details, and your setup is complete.
Before proceeding, review the code to ensure everything is correctly set up. The `example.ts` script contains the core logic.
## Running the Script
To execute the script with Bun, use:
```bash
bun run ./scripts/example.ts
```Alternatively, to run with npm:
```bash
npm run ./scripts/example.ts
```