Sinetheta / blueprintnotincluded

Container for 3 components of blueprintnotincluded.org
https://blueprintnotincluded.org
MIT License
14 stars 4 forks source link

Add link previews for social sharing #22

Closed Sinetheta closed 1 year ago

Sinetheta commented 1 year ago

This adds link preview support tailored to Discor and Slack

Screenshot 2023-04-08 at 9 28 42 AM Screenshot 2023-04-08 at 9 17 51 AM

Every bot has their own ideosynchracies and it we really want to nail this for a lot of platform we'll have to serve each of them their own versions. This is a first step which will get us serving something. It will be this same static content for all pages.

I've made some changes to the build scripts so that we can deploy the project with a single command npm run build but that means the backend dev cycle is pretty crappy

A) npm run buil and wait forever B) know which commands to run when (eg: run build:backend if you're working on TS or npm run copy:views if you're working on views)

I need to investigate modern backend frameworks to see if we can migrate the project to something with a reasonable dev cycle.