From 4cc47e091abb2e67c521168c89be1108d058f752 Mon Sep 17 00:00:00 2001 From: Mario Romero Date: Sun, 27 Aug 2023 23:21:46 +0000 Subject: [PATCH] Add Readme --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1d0627a --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +# IEEE UTFSM Student Branch Website + +This website uses [Lume](https://lume.land) as a static site generator. + +## Dependencies + +- [Deno](https://deno.com/runtime) + - [Lume](https://lume.land) +- [Docker](https://www.docker.com/) (Optional: for container deployment and dev enviroment) + +## Development enviroment +For development you can use [Docker Dev Environments](https://docs.docker.com/desktop/dev-environments/) following the next link. + +> [Open in Docker Dev Environments](https://open.docker.com/dashboard/dev-envs?url=https://git.1159.cl/Mario1159/1159cl) + + +After opening the enviroment with an IDE, you can run the web server in the container with the integrated Deno runtime in the `/src` folder. + +``` +deno task serve +``` + +Then you can access the site in `localhost:`. + +## Deploy + +Deploy the container using the the [latest image](Mario1159/1159cl) generated by the CI/CD action workflow. +``` +docker pull git.1159.cl/mario1159/1159cl +docker run -it git.1159.cl/mario1159/1159cl +``` \ No newline at end of file