Hi, this is my website old code.
It parses markdown on the client side and has a Node + TypeScript backend
You can read the writeup to know how I created the site and what were my ideas at that moment.
You need Node.js - I used nvm to manage the install locally
You need the pnpm node package manager
Install the packages
pnpm i
Run the backend
pnpm run start:server
Run the front-end
pnpm run dev
Refer to the LICENSE file for more information