# UnCSS-Online **Repository Path**: mirrors_simi/UnCSS-Online ## Basic Information - **Project Name**: UnCSS-Online - **Description**: Simply UnCSS your styles online! - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-27 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # UnCSS Online ### Requirements: - Node.js ## Development ### Install dependencies ``` npm install -g gulp npm install ``` ### Build styles ``` gulp styles ``` ### Run development server (builds styles and runs livereload) ``` gulp ``` ## Production ### Install dependencies ``` npm install ``` ### Run app Deploy app to server... Set enviroment variables -> see file ```.env_example``` and make ```.env``` file Then run: ``` npm start ``` You're welcome