This folder contains the source code and markdown files that comprise the bon website.
The website is built using VitePress. It's a simple and elegant framework for static websites that hides a lot of complexity from you. You don't need to be a TypeScript expert let alone a Vue expert to get around this directory.
If you want to make changes to the website, you need to be able to preview the updated web pages locally.
First, make sure you have NodeJS installed.
Then install the dependencies of the website with the following command. This command must be run inside of the website
directory.
npm install
Now you can run the local server with the following command inside of the website
directory:
npm run dev
Consult VitePress docs for help if you need any.
Licensed under either of Apache License, Version 2.0 or MIT license at your option.Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.