michelada / design_system

Design System running Tailwind underneath, by michelada.io for everyone.
https://michelada.github.io/design_system/site/
Apache License 2.0
1 stars 0 forks source link

Production Build #44

Open IvanRoblesMX opened 2 years ago

IvanRoblesMX commented 2 years ago

Narrative

We have build scripts for development that it's ok but now we have the user documentation requirement in github pages.

Screen Shot 2022-01-10 at 21 57 09

The structure for the project may be ok for development but we need the HTML, CSS, JS and other assets include in the dist folder.

Screen Shot 2022-01-10 at 21 58 20

Definition of done

  1. Code Review
  2. Publish

Acceptance criteria

Add Webpack and make the build configuration to get the dist folder ready for production in gh-pages and modify the current build script in package.json.