# TinyMCE Oxide skin tools This project contains the default skins as well as tools and files needed to build your own skin for TinyMCE. Visit the [TinyMCE documentation](https://www.tiny.cloud/docs/advanced/creating-a-skin/) for instruction on how to create and build skins for TinyMCE. ## Building the skins The build process uses [Node](http://nodejs.org/) and [Gulp](http://gulpjs.com/). Make sure you have both installed before you continue. 1. Install dependencies with `yarn`. 2. To view the skins, run `npm start` in this repository and see the oxide-test-data repository for more information.