The Hanged Man is a fan collaborative for fans of Bioware's video game series Dragon Age. Our primary goals include: creating spaces for fans to interact with other fans in positive and meaningful ways, hosting events which encourage creation of fanworks to keep fans engaged with Dragon Age fandom, and promoting Dragon Age events (or multi-fandom events which fit DA themes) which may interest DA fans.
This repo houses the code for the website for the group.
This website is built using Astro, a modern static website generator, in docs only mode.
Feel free to use it as a template for your own sites. The site is not open for contributions at this time.
- Install Node.js.
- Install yarn.
- Clone the repo locally.
Start by running yarn install
to install packages.
Start a local development server and open up a browser window with yarn start
.
Most changes are reflected live without having to restart the server.
yarn build
This command generates static content into the dist
directory and can be
served using any static contents hosting service.