Website for web3data.org
- Clone the repo and run
npm install
- In a new tab/window of terminal, run
npm run dev
(this will open a browser tab!)
npm run dev
Open the server link printed in cli if it doesnt auto-load in a browser.
npm run build
- Builds compiled client deployable packagenpm test
- Runs all tests