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
# 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.
Waifusion Site can be deployed on Vercel for testing.
FAQ
Question: Where's the dungeon contract gone?
Answer: We've moved it to here in an effort to clean up the Waifusion project.