# KeymapDB A simple static database of keymaps using Eleventy and Tailwind CSS ## Getting Started 1. Clone this repository ```bash git clone git@github.com:precondition/keymapdb.git ``` 2. Navigate to the directory ```bash cd keymapdb ``` 3. Install dependencies ```bash npm install ``` ### Use in development ```bash npm start ``` ### Build for production ```bash npm run build ``` ### For debugging purposes ```bash npm run debug ``` ## Configuration To change the title, description, author data, menu/nav item, etc, go to `src/_data/`.