Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.02 KB

setup.md

File metadata and controls

27 lines (20 loc) · 1.02 KB

Development Environment Setup

Look at the up-to-date documentation at: https://gitlab.ifremer.fr/sih-public/sumaris/sumaris-doc/-/tree/master/architecture/app

Prerequisites

Generate an SSH key

On Windows, in a Git Bash terminal: ssh-keygen -t ed25519 -C "[email protected]"

Then, add the public key to GitHub (account settings: https://github.com/settings/keys) and add an SSH key by copying the contents of the file ~/.ssh/id_ed25519.pub.

Install Node JS

Windows:

Linux:

Compile and launch

Clone the project from git:

  • git clone https://gitlab.ifremer.fr/sih/sumaris/sumaris-app.git

Then, in the sumaris-app project, run these commands: