This is the source for the bolib3 website. It is built using Astro, Tailwind CSS, Vue.js and shadcn/vue.
- Clone the repository (with submodules)
git clone --recurse-submodules https://github.com/bolib3/bolib3.github.io
- Install Node.js
nvm use --lts
- Install the projects dependencies
npm install
- Start the local development server
npm run dev
- Open http://localhost:4321 with your browser
This project uses Prettier for code formatting. To format the code run:
npm run format