mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-22 19:11:33 +03:00
Update README.md
This commit is contained in:
parent
a3ed524bd8
commit
4a739b12c0
21
README.md
21
README.md
@ -1,2 +1,19 @@
|
||||
# anticrm
|
||||
Anticrm Platform
|
||||
# Anticrm Platform
|
||||
|
||||
Anticrm Platform is a framework that help building business applications (such as CRM fast). Current exemplary applications include Chat, Task Management, and Applicant Tracking System.
|
||||
|
||||
## Installation
|
||||
|
||||
You need Micrisoft's [rush](https://rushjs.io) to install application. Install [rush](https://rushjs.io) with `$ npm install -g @microsoft/rush` command and run `$ rush install` from the repository root.
|
||||
|
||||
## Run in development mode
|
||||
|
||||
```
|
||||
cd dev/prod
|
||||
rushx dev
|
||||
```
|
||||
Then go to http://localhost:8080/login:component:LoginApp and use following credentials to login into the system:
|
||||
|
||||
* login: rosamund@hc.engineering
|
||||
* pass: 1111
|
||||
* workspace: trx40
|
||||
|
Loading…
Reference in New Issue
Block a user