Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fusselwurm authored Jul 15, 2018
1 parent 636ba80 commit 0414ef2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,19 @@ Gruppe Adler Angular Slotting interface
# Internationalization (i18n)
The open source freeware [i18n-editor](https://github.com/jcbvm/i18n-editor) should be used for internationalization.
Beside that, the files can be edited manually.

# Prerequisites

nodejs

# Development

* clone
* `npm install && npm start`
* point your browser for example at http://localhost:4200/slotting?tid=2127
* hack away! when saving files, the project will re-compile and refresh the browser window

# Deployment

* run `npm run build`
* copy contents of /dist to wherever you want to serve the files from

0 comments on commit 0414ef2

Please sign in to comment.