IEEE UTFSM Student Branch Website https://www.ieee.utfsm.cl
Go to file
2023-08-28 18:07:38 -04:00
src Keep only pinned post in carousel, add join page, update some margins 2023-08-28 18:07:26 -04:00
.gitattributes Initial commit 2023-08-27 19:19:52 -04:00
compose-dev.yaml Initial commit 2023-08-27 19:19:52 -04:00
Dockerfile Initial commit 2023-08-27 19:19:52 -04:00
README.md Add Readme 2023-08-27 23:21:46 +00:00

IEEE UTFSM Student Branch Website

This website uses Lume as a static site generator.

Dependencies

  • Deno
  • Docker (Optional: for container deployment and dev enviroment)

Development enviroment

For development you can use Docker Dev Environments following the next link.

Open in Docker Dev Environments

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