0.1.6 • Published 4 years ago
@threesdev/ds v0.1.6
@threesdev/ds
A straight-forward Next + Stitches component library for Threes projects, and eventually a library to support rapid bootstrapping of any web3 project. This is a work in progress, but is currently used in our index (public website) repo, so it's stable-ish.
Installation
$ yarn add @threesdev/dsDevelop
$ yarn watch (microbundle - watch)
$ yarn playground (parcel)
$ yarn lint (eslint)
$ yarn prettier (prettier)Build
$ yarn build (microbundle - build)Contributing
- For commit messages, follow the Conventional Commits format.
| type | guide |
|---|---|
| fix: | a commit that fixes a bug in the project. |
| feat: | a commit that adds new functionality. |
| docs: | a commit that adds or improves the documentation. |
| test: | a commit that adds unit tests. |
| perf: | a commit that improves performance, without functional changes. |
| chore: | a catch-all type for any other commits, such as tidying up the repo. |
| refactor: | a commit that rewrites or restructures code, without changing behavior |
Documentation
Working on it 😳