0x5424 / fireball

Home Page:https://fireball.gg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fireball


fireball.gg #1 portal for aavegotchi protocol

what is new in 0.5

  • change of a software license to business (but 0.4 still can be used with old license)
  • Major client update
  • New marketplace with updated user interface & filters
  • Anvil -- calculate your farm update cost in DAO and GHST
  • glossary -- list of all wearables with effects and stats
  • other bugfixes & improvements
  • fake gotchi gallery & queue

📦 goods inside

  • aavegotchi assets explorer
  • gotchiverse map with unique features
  • cards sub-framework
  • URL/assets state sub-framework
  • graph integration
  • aavegotchi craft contract integration

local docker deployment (easiest way)

  1. install docker for your platform, you can use either docker desktop
  2. clone this repo and build the docker image from a repos root folder: docker build -t image_local_name .
  3. run image locally docker run -dp 8080:8080 local_name
  4. client should be accessible on localhost:8080

local deployment

For ubuntu & macos only.

  1. make sure you have Node version 16.x.x. TIP: use nvm for node versions managing
    1. nvm install 16 - node 16.x.x installation
    2. nvm use 16 - set 16.x.x as current node version
  2. make sure your IDE support editorconfig or install plugin for it
  3. yarn - packages installation
  4. yarn start - will start dev server at http://localhost:3005/

testing

  • yarn test
  • yarn audit

staging/production deployment

  • yarn gcloud:staging - staging build
  • yarn gcloud:prod - production build
  • yarn deploy:staging - staging deploy
  • yarn deploy:prod - production deploy

review forked PR's

  • git fetch origin pull/<PULL_ID>/head:<YOUR_BRANCH_NAME>

Links

licensing

We will happily collaborate with aavegotchi-friendly projects and developers! Please contact us on discord or twitter.

About

https://fireball.gg

License:Other


Languages

Language:TypeScript 99.7%Language:HTML 0.1%Language:CSS 0.1%Language:JavaScript 0.1%Language:Shell 0.0%