- Step1: Install dependencies with 'npm install'
- Step2: Run the server using 'npm run build' or 'npm run watch' for development
- Step3: Send Markdown content to the server's 'markdown_to_html' function
- Step4: Receive and display the returned HTML content