Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 851 Bytes

Dev.md

File metadata and controls

40 lines (27 loc) · 851 Bytes

Development

If you are a developer, you can use the indications below to have a maximum of information when you develop.

Install packages for completions

First clone the repository

git clone https://github.com/CoFab-in-Bondy/gamaSenseIt.git gamaSenseIt
cd gamaSenseIt

Download the javadoc from maven

./mvnw dependency:sources

Install npm package

(cd ui && npm install)

Install Intellij

This project was developed on Intellij, if u want full support please install it.

Download Intellij IDEA

Make a maven wrapper

If you want rebuild the maven wrapper use the command bellow.

mvn -N io.takari:maven:wrapper -Dmaven=3.8.5

Build documentation

To build the documentation please install miktex :

Install MiKTeX