This repository hosts the source code for my personnal Wiki.
Directories
wiki
- Source codepublic
- Resourcesfr
- Contents in Frenchen
- Contents in English.vitepress
- Configuration and build files
Files
- deploy.yml - Automatic worflow to deploy on Github pages when Push.
- Vitepress - Vite & Vue Powered Static Site Generator
- VueJS - The Progressive JavaScript Framework
- MDX - Markdown for the component era
- Element Plus - A Vue 3 based component library
First, ensure you have bun installed on your system.
Then, cloen the repo
git clone https://github.com/leoraclet/wiki
cd wiki
Install dependencies
bun install
And now you can run the developement server using
bun run dev
You can also build and preview the production server using
bun run build
bun run preview
This project is licensed under the MIT License - see the LICENSE file for details.