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

https://github.com/sst/isserverlessready

Source for isserverlessready.com
https://github.com/sst/isserverlessready

Last synced: 3 months ago
JSON representation

Source for isserverlessready.com

Awesome Lists containing this project

README

          

# Is serverless ready? [![Seed Status](https://api.seed.run/anomaly/isserverlessready/stages/prod/build_badge)](https://console.seed.run/anomaly/isserverlessready)

This repo powers the [**Is serverless ready?**](https://isserverlessready.com) website. It's a simple [SST app](https://sst.dev), deployed through [Seed](https://seed.run). It creates an Astro site with an API that powers the registration form.

### Develop

Start Live Lambda Dev from the root.

```bash
$ yarn start
```

Start Astro from the `web/` directory.

```bash
$ yarn run dev
```

### Deploy

Deploy the SST app.

```bash
$ yarn deploy
```

---

Join the SST community over on [Discord](https://sst.dev/discord) and follow us on [Twitter](https://twitter.com/SST_dev).