Welcome to the repo for the waifusion.io api - Core API for Waifusion, currently serving as a metadata source for OpenSea.
# Clone the project to download its contents
> cd projects/
> git clone https://github.com/waifusion/waifusion-api.git
# Make Yarn install the project's dependencies into node_modules/
> cd waifusion-api/
> yarn install
# Startup the project
> tsc
> node dist/index.js