https://abelljs.org
NOT READY ENOUGH TO USE IN PRODUCTION. ☠️
a JavaScript based static-site-generator to help you create JSON, Markdown, or static-data based websites with minimal setup. Built on top of abelljs/abell-renderer.
This documentation is only for the people who want to contribute or just want to try it out for fun. Abell should not be used for production applications yet.
npx create-abell-app my-blog
cd my-blog
npm run dev
Check out https://abelljs.org for complete documentation.
Changelogs are maintained in CHANGELOG.md
- Fork abelljs/abell
git clone https://github.com/:github-username/abell
cd abell
npm install
- to install dependenciesnpm link
- This will add the current directory to global packages.cd examples/main
- Directoryexamples
has sample abell projects.abell build
to build project orabell serve
to start dev server.
We would love to have contributions! The contributing guidelines along with local setup guide is mentioned in CONTRIBUTING.md
- abelljs/abell-website: Code of Documentation website of Abell (https://abelljs.org)
- abelljs/abell-renderer: Low-level API that deals with rendering of
.abell
files.
If you want to know the status and get updates you can follow me on Twitter @saurabhcodes