Welcome to my personnal website
This website is developping by using vuepress tool which is based on the progressive framework VueJs
Install
- Get NPM if you don't have it
- Install the nodes modules
npm install
Run on developpment
npm run docs:dev
Build the documentation
npm run doc:build
Then get files from ./public
folder