/fireball

public good client for gotchiverse 🔥👻

Primary LanguageJavaScriptOtherNOASSERTION

fireball .GG


fireball.gg is a public good client for gotchiverse, completely open & free to use!

local deployment (ubuntu & macos)

  1. make sure you have Node version 17.x. TIP: use nvm for node versions managing
    1. nvm install 17 - node 17.x installation
    2. nvm use 17 - set 17.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