Skip to content

JJMeijer/malazan-maps

Repository files navigation

Malazan Maps

Search engine for maps & locations in the Malazan world by Steven Erikson & Ian Cameron Esslemont. Intended as a reading companion to quickly find a location mentioned in one of the books.

Tooling

Setup

Install dependencies

yarn install
# npm install

Run Dev setup (TailwindCSS watch, ESBuild watch & Eleventy serve)

yarn dev
# npm run dev