Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 963 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 963 Bytes

Worldline's Angular Security training material

Train with us

You can follow the training here: https://worldline.github.io/angular-security-training/

Most chapters include some practical work to do on your own machine, the corrections are available here

Contribute

In most cases, you do not need any special knowledge of Vuepress (the static-site generator used to transform the markdown into the final training website) or Vue to contribute.

Start locally

You will need Node 10+, check you local version in the command line:

node -v

Then run:

npm install
npm run dev

Contribution guide

  • Fork the repository
  • Code (Don't forget to change both the English and French files)
  • Open a pull request
  • Request a review from Ocunidee
  • Take into consideration the requested changes