You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I'm assuming that npm install or yarn install should install all the necessary packages needed to run the site without having to do anything else. I'll do a double-check on this to confirm this.
Agreed, having the sites open and generated automatically after an npm install will be nice.
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 annpm 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.
The text was updated successfully, but these errors were encountered: