mirror of
https://github.com/rjNemo/devbook_ts
synced 2026-06-11 04:56:40 +00:00
☁️ deploy on render cloud platform
This commit is contained in:
parent
7c875d934f
commit
7ccb8fb9aa
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -1,6 +1,9 @@
|
||||||
# DevBook
|
# DevBook
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
Social App for connecting with developers & tech enthusiasts.
|
Social App for connecting with developers & tech enthusiasts.
|
||||||
|
🕸 [Check it out](https://devbook.onrender.com/)
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
|
||||||
|
|
@ -16,6 +19,13 @@ yarn cypress
|
||||||
|
|
||||||
and edit your E2E test cases in `cypress/integration/` folder.
|
and edit your E2E test cases in `cypress/integration/` folder.
|
||||||
|
|
||||||
|
## Deployment
|
||||||
|
|
||||||
|
We use Github Actions to check push and pull requests.
|
||||||
|
|
||||||
|
The application is deployed on [Render](https://render.com) cloud platform.
|
||||||
|
It watches git `master` branch and automatic deploy if the diff passes the tests.
|
||||||
|
|
||||||
## Built With
|
## Built With
|
||||||
|
|
||||||
- [ReactJs](https://reactjs.org/) - A JavaScript library for building user interfaces
|
- [ReactJs](https://reactjs.org/) - A JavaScript library for building user interfaces
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue