Skip to content

public-awesome/stargaze-studio

Repository files navigation

stargaze-studio

stargaze-studio

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/public-awesome/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