This repo demonstrates a simple meme generator web app using Neon.
To run the demo, make sure you have Rust installed and a recent version of Node.
Building is the usual process! From the root of the repo, simply run:
npm install
To run the demo, just run:
node server.js 3000
and load http://localhost:3000
in a modern browser (or pick your preferred port number).