Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 490 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 490 Bytes

Setup


npx bun install
cd apps/demo-app
npx bun demo-app:dev


Demo: https://inewlegend.com/projects/infinigrow/index.html


  • Use bun to install, npm will not work, since the type of workspace used here, any other package managers not tested

  • Everything in this package was made during the assignment, nothing was taken from the internet/other sources

  • The only service provide help and guidance was github copilot