Skip to content

Setting up environment for development

Adrian Abreu Gonzalez edited this page Mar 11, 2018 · 3 revisions

SIMDE uses npm for managing package dependencies so you will need to have installed:

  • Node
  • A package manager (npm -included with node-/ yarn)
  • A git client in order to clone this repository

Also a few features of simde may need you to have installed python on your system, if you are on windows, you can install the windows-build-tools

Once all have been installed, clone this repository using your git client:

git clone [email protected]:etsiiull/SIMDE.git

After the git clone is completed, navigate into the project directory and type: npm install, that command will download all the projects dependencies.

Once it finishes, just type npm start, a browser will be opened and it will reload automatically every time you make a change into the project's files.

Clone this wiki locally