Custom redesign of Legacy Student Media's Humans of Legacy Page. Written to replace the original tumblr version.
Written in Typescript with Vue.js frontend and small Node.js server.
Some PHP for serverless interfacing with web server (file uploads, etc)
src/api/
: Vercel serverless functions to manipulate post datasrc/web
: Vue frontend app (components, main)src/types/
: Global typings (used by server, components)private/
: Private control panels to manipulate content storepublic/
: HTML template / Vue entry pointstyles/
: External styles (not component-scoped)
yarn install
yarn serve
yarn build
yarn lint