Reproducing Development Environment
- Clone the repo:
git clone https://github.com/yosefgoren/Pondera.git
- Ensure
npm is installed.
- Install
npm package dependencies.
- Open a terminal and navigate it to the pondera directory you have cloned, and where this this
README.md file is located.
- Run
npm install .
- Install test dependencies:
npm install --save-dev @vscode/test-cli @vscode/test-electron
| |