Skip to content

IntranelConsulting/mythic.nz

Repository files navigation

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.