Skip to content

greymass/unicove

Repository files navigation

Unicove

Getting Started

1. Clone and Install

# Clone the repo
git clone https://github.com/greymass/unicove.git

# Navigate to cloned folder and Install dependencies
cd unicove && yarn install

2. Run

To build the compiler, and all the other modules included in the package:

npm run build

To watch for changes and continually rebuild the package (this is useful if you're using npm link to test out changes in a project locally):

npm run dev

Contributing

If you find any problems, please open an issue or submit a fix as a pull request.

License

MIT

Credits

The development of this application is being led by members of the Greymass team.