0.1.0 • Published 4 years ago

@belly/core v0.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

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