mirror of
https://github.com/rjNemo/devbook_ts
synced 2026-06-06 02:36:39 +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.
|
||||
🕸 [Check it out](https://devbook.onrender.com/)
|
||||
|
||||
🕸 [Check it out!](https://devbook.onrender.com/)
|
||||
|
||||
## Tests
|
||||
|
||||
|
|
@ -19,6 +20,14 @@ yarn cypress
|
|||
|
||||
and edit your E2E test cases in `cypress/integration/` folder.
|
||||
|
||||
### Unit
|
||||
|
||||
Open test runner with:
|
||||
|
||||
```sh
|
||||
yarn test
|
||||
```
|
||||
|
||||
## Deployment
|
||||
|
||||
We use Github Actions to check push and pull requests.
|
||||
|
|
|
|||
Loading…
Reference in a new issue