ac5a7f2cb64bc6bf60624e12ec5b53f92d371736
Publish ApplicationRecord to Registry / cns_publish (push) Successful in 1m24s
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
Languages
TypeScript
98.2%
JavaScript
1%
CSS
0.5%
Shell
0.3%
