# oxide **Repository Path**: mirrors_tinymce/oxide ## Basic Information - **Project Name**: oxide - **Description**: TinyMCE 5 Oxide skin - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 `npm install`. 2. To build the skins and view them, run the `npm run start` command. It includes file watching and automatic browser reloading for easy development. If you just want to build the files without launching a webserver, use the `npm run build` command. 3. Point your web browser to the address shown in the terminal. Usually `localhost:3000`.