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
- Host: GitHub
- URL: https://github.com/sst/isserverlessready
- Owner: sst
- Created: 2022-10-04T22:07:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T21:58:29.000Z (over 2 years ago)
- Last Synced: 2025-06-08T01:11:23.549Z (4 months ago)
- Language: Astro
- Homepage: https://isserverlessready.com
- Size: 46.4 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Is serverless ready? [](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).