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.
- Host: GitHub
- URL: https://github.com/sst/v1-conf
- Owner: sst
- Created: 2022-05-04T19:15:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T22:42:55.000Z (almost 3 years ago)
- Last Synced: 2025-06-08T01:11:23.491Z (4 months ago)
- Topics: sst
- Language: HTML
- Homepage: https://v1conf.sst.dev
- Size: 4.88 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SST 1.0 Conf Website [](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).