Skip to content

edxuanlen/nova_auction

Repository files navigation

How To Build

  1. install node first

    version: v18.20.2
    
    download: https://nodejs.org/en/download/package-manager
    
    Choose the version which is compatible with your OS.
    
  2. install dependencies

    npm install .
  3. run test

    npm run sepolia
  4. run build prod

    npm run build
    # The static files will be in dist folder.
    
    tar -zcvf dist.tar.gz dist
  5. move dist to your server

    scp -r dist [email protected]:/home/admin/nova

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages