Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
hinagawa authored May 13, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 1ec544f commit 837451f
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -7,26 +7,40 @@ Clone this git repository using
`git clone https://github.com/hinagawa/arch_client_web.git`

Download and install

[Node](https://nodejs.org/)

Install project dependencies:

`npm install`

Run project dependencies:
Run project:

`npm start`

## Tests

To run ui tests:
To run autotest_ui:

Set terminal in autotest_ui directory and run:

`npm run test`

To run testcafe-tests:

Install testcafe dependencies:

`npm install -g testcafe`

Set terminal in testcafe-tests directory and run:

`npx testcafe chrome,edge,firefox testcafe-tests/`

## Usage
#### Only authorized users can reach Main page.
* Sign up page (https://sys-arch.ml/sign_up)
* Auth page (https://sys-arch.ml/auth)
* Main page (https://sys-arch.ml/index)
* Sign up page (https://sadmadsoul.dev/sign_up)
* Auth page (https://sadmadsoul.dev/auth)
* Main page (https://sadmadsoul.dev/index)
## Related repositories
1. [Configuration Server](https://github.com/unbrokenguy/sys-arch-conf-app)
2. [Authorization Server](https://github.com/unbrokenguy/sys-arch-auth-app)

0 comments on commit 837451f

Please sign in to comment.