I don't know much about npm or yarn packaging. Is it possible to npm install this repository ? What should actually be installed ? I guess a static site for Storybook and a static Next.js site, the rest is for development purpose. Currently after an npm install I can run some other command to serve the sites or generate static version of them, but maybe it could do the later automatically ?
My goal is to use node2nix or yarn2nix from the Nix ecosystem so that I can build the static sites with Nix. You don't really need to help me for that part but I'd like to better understand what the npm/yarn packaging can offer.
I don't know much about npm or yarn packaging. Is it possible to
npm installthis repository ? What should actually be installed ? I guess a static site for Storybook and a static Next.js site, the rest is for development purpose. Currently after annpm installI can run some other command to serve the sites or generate static version of them, but maybe it could do the later automatically ?My goal is to use node2nix or yarn2nix from the Nix ecosystem so that I can build the static sites with Nix. You don't really need to help me for that part but I'd like to better understand what the npm/yarn packaging can offer.