Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 963 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 963 Bytes

Candy Wrapper

Candy Wrapper (CWrap) is a microframework for web developers and those learning web development. Its key features include:

  • 👶 Low entry level, making it accessible for beginners
  • ✨ Automatic CSS generation
  • 🔍 Autocompletion for faster coding
  • 👀 Preview-based manipulation for real-time feedback

Installation

npx cwrap-framework@latest

Running

cd your-project-directory npm start

Building

To build the project, run the following command:

npm run build

Deploying

To deploy static content to GitHub Pages, go to the Actions tab in your GitHub repository and run the "Deploying static content to GH Pages" workflow.

Example build: https://villager88.github.io/cwrap-framework/

Note

CWrap is in very early alpha development, and some features are still in progress. It is intended for familiarizing yourself with the framework and providing feedback.