This repository contains the code for the gallifreyan.info domain.
Version: 1.2.7
- Gallifreyan Guides Overview
- About
- gallifreyan.info Changelog
- Contact Me
- My Gallifreyan Designs
- Download Resources
- Guides
- Sherman's Circular Gallifreyan
- Imprint
- Privacy Policy
- gallifreyan.info Structure
- Open terminal
- cd into this directory
- Install all npm deps with
npm install
- Run it in dev mode with
npm run dev
OR - Export it to a static website with
npm run export
OR - Build it with
npm run build
and launch the prod version withnode __sapper__/build