# claycss.com **Repository Path**: mirrors_zenorocha/claycss.com ## Basic Information - **Project Name**: claycss.com - **Description**: Website of Clay library - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # claycss.com [![Built with Electric](https://img.shields.io/badge/built%20with-electric-f3c302.svg?style=flat)](http://electricjs.com) ## Setup 1. Make sure you have [node and npm](https://nodejs.org/en/download/) installed: ```sh node -v && npm -v ``` 2. Install our global dependencies: ```sh [sudo] npm i -g electric-cli@alpha ``` 3. Install our local dependencies: ```sh npm i ``` ## Usage * Build the site, serve it locally, and watch for any changes: ``` electric run ``` * Deploy to production (send build files to `wedeploy` branch): ``` electric deploy ```