Skip to content

The source code for Wånderer Studio's website, built with Threejs and redom

Notifications You must be signed in to change notification settings

WandererOU/wanderer_site

Repository files navigation

Wanderer Studio Website

Developing with Docker

  1. Create basic NGINX image with Dockerfile
  • docker build -t wanderer_site .
  1. Run a docker container that is linked to current directory
  • docker run -d -p 80:80 --volume=$PWD/docs:/var/www --name wanderer wanderer_site

About

The source code for Wånderer Studio's website, built with Threejs and redom

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published