waifusion-site icon indicating copy to clipboard operation
waifusion-site copied to clipboard

The new Waifusion dApp website in React (old website in v1 branch)

Waifusion Website

Welcome to the repo for the waifusion.io website - a React project implementing Web3 which allows users to interact with the Waifusion NFT project.

Development

  • Install Yarn (or Node).
  • Then run the following commands:
# Clone the project to download its contents
> cd projects/
> git clone https://github.com/waifusion/waifusion-site.git

# Make Yarn install the project's dependencies into node_modules/
> cd waifusion-site/
> yarn install

# Startup the project
> yarn start
  • Open http://localhost:3000/ to view the website.

Waifusion has experimental support for Gitpod, a pre-configured development environment that runs in your browser. To use Gitpod, click the button below and sign in with GitHub. Gitpod also offers a browser add-on, though it is not required.

Edit with Gitpod


Waifusion Site can be deployed on Vercel for testing.

Deploy with Vercel

FAQ

Question: Where's the dungeon contract gone?

Answer: We've moved it to here in an effort to clean up the Waifusion project.

License

MIT

Links