IEEE UTFSM Student Branch Website
https://www.ieee.utfsm.cl
src | ||
.gitattributes | ||
compose-dev.yaml | ||
Dockerfile | ||
README.md |
IEEE UTFSM Student Branch Website
This website uses Lume as a static site generator.
Dependencies
Development enviroment
For development you can use Docker Dev Environments following the next link.
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:<mapped-port>
.
Deploy
Deploy the container using the the latest image generated by the CI/CD action workflow.
docker pull git.1159.cl/mario1159/1159cl
docker run -it git.1159.cl/mario1159/1159cl