a comparison of tools within the JavaScript ecosystem

docs: update setup instructions in README.md

+2 -2
+2 -2
README.md
··· 15 15 ## Develop locally 16 16 17 17 ```shell 18 - git clone https://github.com/nc-js/ecosystem.git 19 - cd js-eco 18 + git clone https://tangled.org/samanthanguyen.me/js-ecosystem 19 + cd js-ecosystem 20 20 pnpm install 21 21 pnpm run build 22 22 ```