0.0.1-alpha.0 • Published 6 years ago

@ibex/core v0.0.1-alpha.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Ibex 🐐

Ibex is a CMS toolchain for modern web apps.

Out of the box, Ibex comes with a set of simple Web Components for building customizable interfaces. Use these as they are, or combine them into your own custom editable component. It's basically

Getting Started

To start a new project using Ibex, clone this repo to a new directory:

git clone https://github.com/ibex-cms/ibex.git my-app
cd my-app/packages/demo
git remote rm origin

and run:

npm install
npm start