description: Excalidraw is a virtual collaborative whiteboard tool that lets you easily sketch diagrams with a hand-drawn feel. It's designed to be simple, intuitive, and to allow rapid collaboration.
-
---
-
# Setting Up Otter Wiki with Docker Compose
-
-
## Introduction to Excalidraw
+
## Introduction to Otter Wiki
OtterWiki is a **minimalistic wiki** powered by **Python, Markdown, and Git**. It is designed for collaborative content management, allowing users to store and track changes in a Git repository. OtterWiki uses the **Flask microframework**, **Halfmoon CSS framework**, and **CodeMirror editor** for a streamlined experience. Some notable features include:
- **Markdown highlighting** with support for tables, footnotes, and alerts
@@ 16,6 11,8 @@
You can check out the project on [GitHub](https://github.com/redimp/otterwiki) or explore the [installation guide](https://github.com/redimp/otterwiki-documentation/blob/main/installation.md). Let me know if you need help setting it up! 🚀
+
# Setting Up Otter Wiki with Docker Compose
+
## Docker Compose Configuration for Excalidraw
This Docker Compose setup deploys Excalidraw in a Docker container, offering an isolated environment for your sketching and collaboration needs.