stargaze-studio/README.md
Arda Nakışçı 20926b8781
Change some texts and tools related things (#34)
* Change some texts and tools related things

* Add favicon and remove unused components
2022-08-10 12:39:39 +03:00

54 lines
892 B
Markdown

<!-- markdownlint-disable MD033 MD034 MD036 MD041 -->
![stargaze-studio](./public/social.png)
# 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
```sh
# 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
- https://docs.stargaze.zone
## 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" />