Skip to content

public good client for gotchiverse πŸ”₯πŸ‘»

License

Notifications You must be signed in to change notification settings

dudendy/fireball

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

public good client for gotchiverse πŸ”₯πŸ‘»

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.2%
  • Other 0.8%