https://github.com/dlsiem/markdowm-html
https://github.com/dlsiem/markdowm-html
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dlsiem/markdowm-html
- Owner: DLSiem
- Created: 2024-09-16T10:49:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T21:11:32.000Z (over 1 year ago)
- Last Synced: 2025-03-11T17:18:18.970Z (over 1 year ago)
- Language: TypeScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Note-URL
**Note-URL** is a Node.js application that allows users to upload markdown files, which are then converted to HTML and displayed. This project demonstrates how to handle file uploads, process markdown content, and serve it as HTML using Node.js and Express
## Features
- Upload markdown files through a web form.
- Convert markdown content to HTML.
- Display the converted HTML on the web page.
## Getting Started
To get started with **Note-URL**, follow these steps:
### Prerequisites
Ensure you have the following installed:
- [Node.js](https://nodejs.org/) (v14 or later)
- [npm](https://www.npmjs.com/) (Node package manager)
### Clone the Repository
Clone this repository to your local machine using Git:
```bash
git clone https://github.com/DLSiem/Note-URL.git
cd Note-URL
npm install
npm run dev
```