Advertisement
Guest User

pancake part 3 instructions

a guest
Jun 27th, 2021
2,370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. 1. download toolkit.
  2. 2. update nodejs(https://nodejs.org/en/download/)
  3. 3. update/download gitbash(https://gitforwindows.org/)
  4. 4. install rollup global(npm install --global rollup)
  5. 5. install typescript global(npm install --global typescript)
  6. 6. npm install --global yarn
  7. 7. yarn install at root
  8. 8. yarn build(packages/uikit/)[BUILD PROCESS]
  9.  
  10. GET Supported UIKIT ver
  11. 1. frontend ver...
  12. 2. swap-interface-
  13.  
  14.  
  15. CHANGE LOGO ETC
  16. 1. go to tooklit/packages/uikit/widgets/menu/icons/logo.tsx
  17. 2. replace path lines with logo path or img src (<image width="205" height="26" href={isDark ? '/images/pixel/LogoDark.png' : '/images/pixel/LogoWhite.png'}/>)
  18.  
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement