The open design tools SDK.
- View our experimental wireframing tool at: https://www.noya.io
- View our Sketch-compatible demo design tool: https://www.noya.design
Building a design tool today is like building a game without a game engine. It's too difficult and too much work for most developers to attempt. Generally, only specialized design tools companies can attempt it.
We want there to be more design & creative tools in the world. If you have an idea for a tool, you should be able to build it with Noya.
We're not trying to grow the open source community at this time, but if you'd like to collaborate, feel free to reach out on Discord: https://discord.gg/NPGAwyEBJw
To install, navigate to the root directory and run:
yarn
Then, to launch the reference app:
yarn start
This project is built with https://github.com/jpmorganchase/modular, which is an abstraction layer on top of yarn workspaces.
To run tests for all packages, run:
yarn test
To run tests for a specific package, e.g. noya-utils
, run:
yarn test noya-utils