Skip to content

leoraclet/wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

18 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation


Hack&Learn

license language lastcommit
Language Libraries Size Open Source

Table of Contents

πŸ“– About

This repository hosts the source code for my personnal Wiki.

πŸ“¦ Structure

Directories

  • wiki - Source code
    • public - Resources
    • fr - Contents in French
    • en - Contents in English
    • .vitepress - Configuration and build files

Files

  • deploy.yml - Automatic worflow to deploy on Github pages when Push.

πŸ“š Libraries

  • 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

πŸš€ Install & Run

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

πŸ“œ License

This project is licensed under the MIT License - see the LICENSE file for details.