Last active
February 22, 2022 13:18
-
-
Save matipojo/44410f06d8d9d619ce42cb9ee505946d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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