<!-- markdownlint-disable MD033 MD034 MD036 MD041 -->

![stargaze-studio](./public/social.png)

# stargaze-studio

- [Mainnet](https://studio.stargaze.zone/)
- [Testnet](https://studio.publicawesome.dev/)

## Prerequisites

**Required**

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

**Optional**

- S3 bucket instance (minio, etc.)

## Setup local development

```sh
# 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

- https://docs.stargaze.zone/guides/stargaze-studio

## Questions

- [Discord](https://discord.gg/stargaze)
- [Telegram](https://t.me/joinchat/ZQ95YmIn3AI0ODFh)
- [Twitter](https://twitter.com/stargazezone)

<img src="./public/icon.png" height="96" align="right" />