# UnCSS-Online **Repository Path**: wdoc/UnCSS-Online ## Basic Information - **Project Name**: UnCSS-Online - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-04 - **Last Updated**: 2024-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # UnCSS Online [![Dependency Status](https://david-dm.org/pajasevi/UnCSS-Online.svg)](https://david-dm.org/pajasevi/UnCSS-Online) [![devDependency Status](https://david-dm.org/pajasevi/UnCSS-Online/dev-status.svg)](https://david-dm.org/pajasevi/UnCSS-Online?type=dev) [![Build status](https://travis-ci.org/pajasevi/UnCSS-Online.svg?branch=master)](https://travis-ci.org/pajasevi/UnCSS-Online) ### Development requirements: - Node.js - [Yarn](http://yarnpkg.com) - [Now CLI](https://github.com/zeit/now-cli) ## Development ### Install dependencies ```bash yarn global add now # install Now CLI yarn install # install dependencies ``` ### Dev server ```bash yarn run dev ``` ## Production deploy ### Build project ```bash yarn run build ``` ### Deploy to Now ```bash yarn run deploy ``` ## License Distributed under the MIT license. See [LICENSE](LICENSE) for more information.