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

https://github.com/yk-sgr/appwrite-functions-hono

Typescript Appwrite function with Hono as framework
https://github.com/yk-sgr/appwrite-functions-hono

appwrite functions hono typescript

Last synced: 5 months ago
JSON representation

Typescript Appwrite function with Hono as framework

Awesome Lists containing this project

README

          

# Hono Appwrite Function

## Setup
.env
```
NODE_ENV=development
```

```
npm install
npm run dev
```

```
open http://localhost:3000
```

## Deployment
### Entrypoint
`dist/index.js`

### Commands
- `npm install`
- `npm run build`