# md-server **Repository Path**: halo-dev/md-server ## Basic Information - **Project Name**: md-server - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-15 - **Last Updated**: 2022-05-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # @halo-dev/md-server > Experimental Project ## Usage ```bash pnpm install ``` ```bash node server.js ``` ```bash curl -X POST http://localhost:8000/render -H "Content-Type: application/json" -d '{"text": "# Halo"}' ``` output: ```html