2022-07-13 13:56:36 +00:00
|
|
|
<!-- markdownlint-disable MD033 MD034 MD036 MD041 -->
|
|
|
|
|
2022-08-10 09:39:39 +00:00
|
|
|
![stargaze-studio](./public/social.png)
|
2022-07-13 13:56:36 +00:00
|
|
|
|
2022-08-10 09:39:39 +00:00
|
|
|
# stargaze-studio
|
2022-07-13 13:56:36 +00:00
|
|
|
|
|
|
|
- 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
|
2022-08-10 09:39:39 +00:00
|
|
|
git clone https://github.com/deus-labs/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
|
|
|
|
|
|
|
|
- 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" />
|