1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-03 04:40:05 +02:00

minor readme fix

This commit is contained in:
s2
2019-06-17 20:01:33 +02:00
parent 67be0c888e
commit 28662aa961

View File

@@ -22,7 +22,7 @@ If no folder is specified, gitlit looks at the current path.
## contribute ## contribute
The code is very easy. Just clone the repo and have look! The code is very easy. Just clone the repo and have look!
Use the `.jscrc` for formatting the code and keep it clean and consistent. Use the `.eslintrc.json` for formatting the code and keep it clean and consistent.
There are just some js libraries: There are just some js libraries:
- [ejs](http://ejs.co/) is used for templating. The templates are in `app/js/templates.js`. - [ejs](http://ejs.co/) is used for templating. The templates are in `app/js/templates.js`.
@@ -34,12 +34,14 @@ There are just some js libraries:
### run the app ### run the app
``` ```
cd app cd app
npm install
npm start npm start
``` ```
### make a release ### make a release
``` ```
./makedist.sh npm install
npm run dist
``` ```
## license ## license