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

https://github.com/sst/v1-conf

An SST app powering the SST 1.0 Conf website.
https://github.com/sst/v1-conf

sst

Last synced: 3 months ago
JSON representation

An SST app powering the SST 1.0 Conf website.

Awesome Lists containing this project

README

          

# SST 1.0 Conf Website [![Seed Status](https://api.seed.run/anomaly/sst-v1-conf/stages/prod/build_badge)](https://console.seed.run/anomaly/sst-v1-conf)

This repo powers the [**SST 1.0 Conf**](https://v1conf.sst.dev) website. It's a simple [SST app](https://sst.dev) that's deployed through [Seed](https://seed.run). It uses the [`StaticSite`](https://docs.sst.dev/constructs/StaticSite) construct to deploy a simple static site.

#### Developing locally

Run the static site locally.

``` bash
$ yarn serve
```

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).