# Clone the repo
git clone https://github.com/greymass/unicove.git
# Navigate to cloned folder and Install dependencies
cd unicove && yarn install
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
If you find any problems, please open an issue or submit a fix as a pull request.
MIT
The development of this application is being led by members of the Greymass team.