Getting Started
Compatibility Note
- Abell v1 requires Node.js 16+
- Syntax Highlighting: you can check out Abell Language Features VSCode Extension
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!
npm install --save-dev abell@next
- Create
index.abell
on root 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