Hacker News new | ask | show | jobs
by wiseowise 1271 days ago
Is server source code included? If yes, in which package is it? Thanks!
1 comments

Most of the code is here: https://github.com/Linen-dev/linen.dev/tree/main/apps/web

We're in the process of moving components out in to their own package so they can be shared between different clients. https://github.com/Linen-dev/linen.dev/tree/main/packages

We use next js but is in the process of migrating the backend code to a node service

> We use next js but is in the process of migrating the backend code to a node service

Would you mind sharing why? I'm curious because I'm building a Next.js-powered Slack app currently.