Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.53 to 0.10.63. - [Release notes](https://github.com/medikoo/es5-ext/releases) - [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md) - [Commits](https://github.com/medikoo/es5-ext/compare/v0.10.53...v0.10.63) --- updated-dependencies: - dependency-name: es5-ext dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|---|---|---|
| .github/workflows | ||
| cypress | ||
| public | ||
| src | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .firebaserc | ||
| .gitignore | ||
| .prettierrc.js | ||
| CONTRIBUTING.md | ||
| cypress.json | ||
| firebase.json | ||
| firestore.indexes.json | ||
| firestore.rules | ||
| LICENSE.md | ||
| package.json | ||
| README.md | ||
| storage.rules | ||
| tsconfig.json | ||
| yarn.lock | ||
DevBook
Social App for connecting with developers & tech enthusiasts.
Getting Started
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
Prerequisites
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
Tests
End-to-end
- Cypress - JavaScript End to End Testing Framework
Open test runner with:
yarn cypress
and edit your E2E test cases in cypress/integration/ folder.
Unit
Open test runner with:
yarn test
Deployment
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.
Built With
- 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
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Ruidy Nemausat - Initial work - rjNemo
License
This project is licensed under the MIT License - see the LICENSE.md file for details