The aim of this to project is to build from scratch a software engine generating a multilingual Résumé, to put into practice my knowledge of web development. You can see the HTML version on aduh95.github.io.
Please note I do not wish you to change my work to adapt it for your own curriculum vitae, but you are welcome to read the source code to help you build your own.
First, you have to ensure that these dependencies are installed and available on your path:
I also suggest you to have the Livereload browser extension:
Then you can proceed to the installation:
- Clone this repository;
- Run
composer create-project
in the project directory; - It's done!
- Run
yarn start
in the project directory; - Visit
localhost:8080
with your navigator; - Optional Activate the livereload extension.
To get the standalone version, just run yarn build
.