Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szilarddoro/node-nhost-storage
https://github.com/szilarddoro/node-nhost-storage
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/szilarddoro/node-nhost-storage
- Owner: szilarddoro
- Created: 2023-04-04T07:36:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-04T07:42:44.000Z (over 1 year ago)
- Last Synced: 2024-12-07T23:12:08.212Z (18 days ago)
- Language: TypeScript
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
First, add the subdomain, region and admin secret of your project to `src/client.ts`.
Then, install the dependencies:
```bash
npm install
```Then, transpile the TypeScript code to JavaScript:
```bash
npm run build
```Then, run the script:
```bash
npm start
```