olmesm / variant-builder-deployer

Builds awesome websites from variant files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Variant Builder Deployer

Builds awesome websites from variant files.

To Run

  1. Place the theme in a directory called theme - filename doenst matter, as long as it's in zip format.

  2. Place the variant package for deploy in a directory called deploy.

  3. Run npm i && npm start

  4. Copy the ouput in dist.

Development

nvm use

npm i

npm start

# For testing
rm -rf dist && npm start && npx serve dist

About

Builds awesome websites from variant files

License:MIT License


Languages

Language:JavaScript 65.4%Language:HTML 34.6%