axcora
Version:
Modern and Super Light Static Site Generator
73 lines (51 loc) β’ 1.8 kB
Markdown
# Axcora Framework
[](https://npmjs.com/package/axcora)
[](LICENSE)
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JVZVXBC4N9DAN)
> **All-in-One Static Site Generator & CSS Framework**
> Build modern, responsive static sites with a powerful build system, reusable UI components, auto-SEO, and built-in dark modeβall in one toolkit.
## π Documentations
- π [Official Docs](https://ssg.axcora.com)
- π§© [Component Library](https://ssg.axcora.com/components)
## π¦ Bundle Sizes
- **Base:** 15.6 KB
- **Essentials:** 19.6 KB
- **Minified:** 43.7 KB
- **JavaScript:** 11.8 KB
## π¦ Bundle Sizes
Quick Start
```bash
npm install axcora
or
npm install axcora -g
axcora init myblog
cd myblog
npm install
axcora dev
open http://localhost:3000
axcora build
upload your public folder into your host
axcora serve
```
Clone Starter Project
```bash
git clone https://github.com/mesinkasir/axcora-starter.git
cd axcora-starter
npm install
npm run dev
open http://localhost:3000
```
## π Support This Project
- [Donate via Paypal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JVZVXBC4N9DAN)
- [Sponsor on Github](https://github.com/sponsors/mesinkasir)
- [Coffee/Gumroad](https://creativitaz.gumroad.com/coffee)
## π License
This project is licensed under the [MIT License](LICENSE).
> Built & maintained by **Axcora Tech** β fast, scalable, and open source static site tooling for creators, developers, and teams.