stargaze-studio/README.md

54 lines
954 B
Markdown
Raw Normal View History

2022-07-13 13:56:36 +00:00
<!-- markdownlint-disable MD033 MD034 MD036 MD041 -->
![stargaze-studio](./public/social.png)
2022-07-13 13:56:36 +00:00
# stargaze-studio
2022-07-13 13:56:36 +00:00
2022-10-02 08:23:42 +00:00
- [Mainnet](https://studio.stargaze.zone/)
- [Testnet](https://studio.publicawesome.dev/)
2022-07-13 13:56:36 +00:00
## 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
2022-10-02 08:23:42 +00:00
git clone https://github.com/public-awesome/stargaze-studio.git
cd stargaze-studio
2022-07-13 13:56:36 +00:00
# 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
2022-10-02 08:23:42 +00:00
- https://docs.stargaze.zone/guides/stargaze-studio
2022-07-13 13:56:36 +00:00
## 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" />