Skip to content

Commit 007b44b

Browse files
Andreas Müllerndu2
authored andcommitted
Es6ify fixes, fix build
1 parent 43dd86c commit 007b44b

22 files changed

+1468
-1342
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
yarn-error.log
88
**/._*
99
out
10+
dist

.travis.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Contributing
22

3+
## How to build
4+
5+
6+
git clone [email protected]:ndu2/gitlab-time-tracker.git
7+
8+
install requirements (see documentation.md)
9+
10+
```
11+
npm install
12+
npm run-script build
13+
14+
15+
16+
17+
318
## How to test the basic functions of gtt
419
520
Create a new project on GitLab if you haven't done so already and write down the project path. e.g. `kriskbx/example-project`. To test groups and subgroups, create a new group with at least one subgroup. Add a new project to both the parent group (e.g. `example-group`) and the subgroup (e.g. `example-group/example-subgroup`) and write down the paths of all the projects and groups. Create at least two issues (write down their id e.g. `42`, `43`) and one merge request (e.g. `13`) in all projects. Or just use our public group over here: https://gitlab.com/gtt

documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
## requirements
2424

25-
* [node.js](https://nodejs.org/en/download) version >= 6
25+
* [node.js](https://nodejs.org/en/download) version >= 20
2626
* [npm](https://github.com/npm/npm) or [yarn](https://yarnpkg.com/en/docs/install)
2727

2828
## installation

0 commit comments

Comments
 (0)