Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 652 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 652 Bytes

Buntralino website

This is a Vuepress-powered website published at buntralino.github.io for the Buntralino project.

Buntralino unites Bun and Neutralino.js to make a simpler, lighter alternative to Electron and NW.js. Use Neutralino.js API at client and send harder tasks to Bun while keeping your development process easy.

Development

git clone https://github.com/buntralino/buntralino.github.io.git
cd ./buntralino.github.io
npm install
npm run dev

Actual documentation is placed in the docs folder. For configuration of the site, refer to Vuepress (v2.x) documentation.