Skip to content

DonCryptonium/stargaze-studio

 
 

Repository files navigation

stargaze-studio

stargaze-studio

  • Mainnet website: https://
  • Testnet website: https://

Prerequisites

Required

  • Git
  • Node.js 14 or LTS
  • Yarn
  • Keplr Wallet browser extension

Optional

  • S3 bucket instance (minio, etc.)

Setup local development

# clone repository
git clone https://github.com/deus-labs/stargaze-studio.git
cd stargaze-studio

# install dependencies
yarn install

# copy env file and fill in values
cp .env.example .env

# run development server
yarn dev

# (optional) lint and format project
yarn lint

References

Questions

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.5%
  • JavaScript 4.3%
  • CSS 2.0%
  • Shell 0.2%