This is Boa's official website. It uses VitePress, a Markdown-based static site generator. It is currently hosted there.
-
Install Bun.
-
Clone this repository:
git clone https://github.com/boa-language/boa-website.git
-
Run the development server:
bun docs:dev
-
Build for production:
bun docs:build
The generated bundle is located in the
.vitepress/distfolder.