From 4e50491b0f3bc6c6b9da43037ea494663ebc6a21 Mon Sep 17 00:00:00 2001 From: Andrew Kvalheim Date: Sat, 23 Oct 2021 16:44:43 -0700 Subject: [PATCH] Draft deployment instructions pending #3 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f434c1f319..49d944f462 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,20 @@ Serve it at e.g. [`localhost:8000`](http://localhost:8000/): python -m 'http.server' --directory 'dist' ``` + + [cloudfront]: https://aws.amazon.com/cloudfront/ +[github actions]: https://docs.github.com/en/actions [http.server]: https://docs.python.org/3/library/http.server.html [make]: https://www.gnu.org/software/make/ [node.js]: https://nodejs.org/ +[production]: https://github.com/SeaGL/attend.seagl.org/tree/production [rsync]: https://rsync.samba.org/ [s3]: https://aws.amazon.com/s3/ [serve]: https://github.com/vercel/serve