Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 444 Bytes

File metadata and controls

15 lines (11 loc) · 444 Bytes

website

Website for web3data.org

Start Development & Testing Locally

  1. Clone the repo and run npm install
  2. In a new tab/window of terminal, run npm run dev (this will open a browser tab!)

To run local development website:

npm run dev Open the server link printed in cli if it doesnt auto-load in a browser.

Helpful Commands

  • npm run build - Builds compiled client deployable package
  • npm test - Runs all tests