Skip to content

Instantly share code, notes, and snippets.

@matipojo
Last active February 22, 2022 13:18
Show Gist options
  • Select an option

  • Save matipojo/44410f06d8d9d619ce42cb9ee505946d to your computer and use it in GitHub Desktop.

Select an option

Save matipojo/44410f06d8d9d619ce42cb9ee505946d to your computer and use it in GitHub Desktop.
# Run as administrator
choco install php --version=7.4.27 -y
choco install docker-desktop git gh nvm composer -y
# Run as user
nvm install 14.19.0
nvm use 14.19.0
gh auth login # follow the instructions
gh auth setup-git
git clone git@github.com:matipojo/elementor-editor-dev.git
cd elementor-editor-dev
npm i
npm run e-env init # follow the instructions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment