Skip to main content
Deno 2 is finally here 🎉️
Learn more

pub6 – A Server Publish Markdown Content on Web

Example

import { serve } from './mod.ts'

serve(Deno.args[0], parseInt(Deno.args[1]))