Skip to content

NFTX-project/nftxjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f8ac973 · Jun 13, 2024
Jan 8, 2024
Nov 22, 2023
Jun 13, 2024
Nov 22, 2023
Jan 5, 2023
Dec 16, 2022
Jun 4, 2024
Mar 28, 2022
Dec 16, 2022
May 16, 2024
Jun 4, 2024
May 16, 2024
Dec 16, 2022
May 16, 2024
Nov 22, 2023
May 16, 2024

Repository files navigation

nftxjs

Development

  1. do your changes in the nftx.js repo
  2. run yarn yalc

    this will publish each package in the repo (@nftx/core @nftx/react etc.) to the local yalc repository on your machine

  3. head to
  4. run yalc add @nftx/<specific-nftxjs-package> for each package you've changed
  5. run rm -rf node_modules .next && yarn install

    because of how yalc does its symlinking, yarn/npm doesn't realise that node_modules needs rebuilding so we have to manually wipe it

  6. profit