Social App for connecting with developers & tech enthusiasts.
πΈ Check it out!
Clone this repo on your local machine
https://github.com/rjNemo/devbook_ts.git
and start the development server using:
yarn start
For use in production, don't forget to build the project:
yarn build
You will need to have Nodejs installed. You can obtain the LTS version here or using a package manager such as homebrew:
brew install node
- Cypress - JavaScript End to End Testing Framework
Open test runner with:
yarn cypress
and edit your E2E test cases in cypress/integration/
folder.
Open test runner with:
yarn test
We use Github Actions to check push and pull requests.
The application is deployed on Render cloud platform.
It watches git master
branch and automatic deploy if the diff passes the tests.
- ReactJs - A JavaScript library for building user interfaces
- Redux - A predictable statea container for JavaScript apps
- Firebase - Firebase helps mobile and web app teams succeed
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Ruidy Nemausat - Initial work - rjNemo
This project is licensed under the MIT License - see the LICENSE.md file for details