0.1.6 • Published 2 years ago

@threesdev/ds v0.1.6

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 years ago

@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/ds

Develop

$ yarn watch (microbundle - watch)
$ yarn playground (parcel)
$ yarn lint (eslint)
$ yarn prettier (prettier)

Build

$ yarn build (microbundle - build)

Contributing

typeguide
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 😳