@belly/core

Run storybook by:

Usage no npm install needed!

<script type="module">
  import bellyCore from 'https://cdn.skypack.dev/@belly/core';
</script>

README

Belly


Storybook

Usage

Run storybook by:

npm run storybook

Open up http://localhost:6006 and get to work.

Developing

Ideals

The idea behind Belly is that you will be able to run a command like monstro init next and it will:

  1. Create Next project
  2. Clone belly into that Next project in a /src folder
  3. Remove unnecessary files

Then you can get to work with a up to date project with our most recent components.

Roadmap

  • Add FullWidthMedia
  • Add TextSection
  • Add Markdown
  • Figure out how to do module resolvers for typescript
  • Figure out testing add-on for storybook
  • Add storybook link and deploy
  • extend Monstro to support the new version of Belly
  • Add Husky
  • Add CircleCi
  • Add CodeCov