af3aba109bce2ef8a052effa22812b0b2152c05b
Upload support for .html files during collection creation
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%
