Project Setup 1. Clone the project and submodules: git clone https://github.com/sangafabrice/minify-kit-dev . --recurse-submodules 2. Install the packages: npm install --force 3. Install vscode-jslint, and Flow Language Support on VS Code as recommended extensions: 4. Disable JavaScript validation in VS Code: npm run disable Note: For this commit I uninstalled a deprecated extension for testing: code --uninstall-extension dbaeumer.jshint