Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/szilarddoro/node-nhost-storage


https://github.com/szilarddoro/node-nhost-storage

Last synced: 10 days ago
JSON representation

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