mirror of
https://github.com/rjNemo/devbook_ts
synced 2026-06-11 13:06:43 +00:00
readme
This commit is contained in:
parent
7ccb8fb9aa
commit
262d4e1934
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
|
@ -3,7 +3,8 @@
|
||||||

|

|
||||||
|
|
||||||
Social App for connecting with developers & tech enthusiasts.
|
Social App for connecting with developers & tech enthusiasts.
|
||||||
🕸 [Check it out](https://devbook.onrender.com/)
|
|
||||||
|
🕸 [Check it out!](https://devbook.onrender.com/)
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
|
||||||
|
|
@ -19,6 +20,14 @@ yarn cypress
|
||||||
|
|
||||||
and edit your E2E test cases in `cypress/integration/` folder.
|
and edit your E2E test cases in `cypress/integration/` folder.
|
||||||
|
|
||||||
|
### Unit
|
||||||
|
|
||||||
|
Open test runner with:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
yarn test
|
||||||
|
```
|
||||||
|
|
||||||
## Deployment
|
## Deployment
|
||||||
|
|
||||||
We use Github Actions to check push and pull requests.
|
We use Github Actions to check push and pull requests.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue