hypered / design

A design system for Hypered SRL projects
https://hypered.design
BSD 2-Clause "Simplified" License
1 stars 2 forks source link

Are the npm or yarn packages complete ? #41

Open noteed opened 4 years ago

noteed commented 4 years ago

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.

andyngo commented 4 years ago

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.