https://github.com/gupnik/splash-monorepo
Web 3.0 Creative Ecosystem on Polygon
https://github.com/gupnik/splash-monorepo
art hardhat nft polygon the-graph
Last synced: about 1 month ago
JSON representation
Web 3.0 Creative Ecosystem on Polygon
- Host: GitHub
- URL: https://github.com/gupnik/splash-monorepo
- Owner: gupnik
- License: gpl-3.0
- Created: 2022-07-09T13:35:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T05:24:34.000Z (over 3 years ago)
- Last Synced: 2025-02-24T15:56:34.149Z (over 1 year ago)
- Topics: art, hardhat, nft, polygon, the-graph
- Language: TypeScript
- Homepage:
- Size: 4.96 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# splash-monorepo
## Quickstart
### Install dependencies
```sh
yarn
```
### Build all packages
```sh
yarn build
```
### Run Linter
```sh
yarn lint
```
### Run Prettier
```sh
yarn format
```