Skip to content

Minting-website for the $WGMI NFT, with the goal of adding liquidity.

Notifications You must be signed in to change notification settings

wgmi-rambo/nft-website

Repository files navigation

WGMI NFT-Minting website

Dependencies

  • Python - ^3.9.0
  • Node.js - ^16.13.0
  • NPM - ^8.1.2

Configure

src/js/config/

Place the contract's ABI in abi.js.

Update the constants in contract.js.

Run Locally

pipenv install;
npm install;
pipenv run python server.py;

Build

pipenv run python build.py;

Watch

Watches the src/ dir for changes, then runs the build command.

pipenv run python watch.py;

Misc.

Deploy to Netlify

pipenv run python build.py; netlify deploy --dir=build --prod;

About

Minting-website for the $WGMI NFT, with the goal of adding liquidity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published