This is the repository for the website for Audune Games.
his site is made in JS using Eleventy. After building, the static site can be served using a web server. The provided Dockerfile builds an image that builds the static Eleventy site and serves it using nginx.
An image from this Dockerfile will be built and published to the GitHub Container Registry on every push or pull request using a GitHub action.
You can pull the current version of the image with the following command:
docker pull ghcr.io/audunegames/audune.com:masterOther versions of the package can be found here.
Install Node.js and npm, then run the following command to install the packages and open an Eleventy development web server with live reload at port 8080:
npm install
npm run dev