Abell

Getting Started

Compatibility Note

Scaffold Project with CLI

Use create-abell package to start a project with boilerplate

npx create-abell my-abell-site

Start with Zero Config Setup

Don't like boilerplates? You just need 1 file to run Abell project!

  1. npm install --save-dev abell@next
  2. Create index.abell on root
  3. npx abell dev and your dev-server will start running 🥳

You can add abell dev and abell generate scripts in your package.json to simplify running commands (check package.json file in above example)

Community

Got stuck somewhere? Feel free to ask for help at GitHub Discussions or Discord Channel