Candy Wrapper (CWrap) is a microframework for web developers.
https://villager88.github.io/cwrap-framework/
To install the latest version of cwrap, run the following command:
npx cwrap-framework@latest
To run the development server, use the following command:
npm run dev
To build the project, run the following command:
npm run build
To deploy static content to GitHub Pages without the need of pre building it, go to the Actions tab in your GitHub repository and run the "Deploying static content to GH Pages" workflow.