Mythic marketing site
Find a file
2025-08-13 09:43:02 +12:00
.vscode Initial commit - fresh cut 2022-07-21 12:20:19 -04:00
brand@459ffc34be Initial commit - fresh cut 2022-07-21 12:20:19 -04:00
config Initial commit - fresh cut 2022-07-21 12:20:19 -04:00
src Add discord invite to contact, update Help with Image info - v0.12.1 (#7) 2025-06-03 14:17:40 +12:00
unpublished Initial commit - fresh cut 2022-07-21 12:20:19 -04:00
.eleventy.js V0.9 help (#6) 2023-11-29 15:15:53 +13:00
.gitignore Add discord invite to contact, update Help with Image info - v0.12.1 (#7) 2025-06-03 14:17:40 +12:00
.gitmodules Point to new repository 2025-08-13 09:43:02 +12:00
.prettierignore Initial commit - fresh cut 2022-07-21 12:20:19 -04:00
package-lock.json Add discord invite to contact, update Help with Image info - v0.12.1 (#7) 2025-06-03 14:17:40 +12:00
package.json V0.9 help (#6) 2023-11-29 15:15:53 +13:00
README.md Add netlify deployment badge 2023-02-10 13:44:09 +13:00

Netlify Status

Mythic Marketing Website

Installation

This site depends on the private repository mythic-brand as a Git submodule. See the README there for more information.

To install, alter the usual clone command to git clone --recurse-submodules. However, if you have already cloned this repository, and the "brand" submodule folder is empty, you will need to run git submodule init followed by git submodule update instead.

Further information on using submodules can be found in the Git docs

Usage

For development, use npm start and for a production build use npm run build. When in development, Eleventy and Browser Sync will watch for changes and auto-update the page in the browser.