This is the repository for the website for Audune Games.
The site will be built using Gulp, which will bundle the source code using Browserify. After building, the static site can be served using a web server. The provided Dockerfile builds an image that bundles the 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:master
Other versions of the package can be found here.
Install Node.js and npm, then run the following command to open a development web server with live reload at port 8000:
gulp dev