- We believe open source is for everyone.
- Our community is inclusive and a safe space for all.
- Please welcome new people.
- The best way to learn is to help someone else.
- Code Of Conduct
- Projects name(repository list)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Be sure to check the contributing guide lines.
Currently this project is build with only html, css.
npm run setup
will install dependencies, lint, build and test to make sure your environment is setupnpm run dev
this will open the website in your browser
Each time you make a change, the browser will reload (refresh) the changes automatically for you
To create an optimised version of the app:
npm run build
Before commit:
npm run lint:fix
npm start
npm run cypress:open
npm run test:run
EddieJaoudeCommunity.github.io git:(cypress) ✗ npm test
> eddie@1.0.0 test /Users/ej/Downloads/repos/EddieJaoudeCommunity.github.io
> cypress run --spec "**/*.feature"
GVA encoder info: AMD performance mode : 2
GVA encoder info: deleteSCDMetalContext : texture cache hits: 0, misses: 0
====================================================================================================
(Run Starting)
┌────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Cypress: 5.2.0 │
│ Browser: Electron 83 (headless) │
│ Specs: 1 found (featureurl.feature) │
│ Searched: **/*.feature │
└────────────────────────────────────────────────────────────────────────────────────────────────┘
────────────────────────────────────────────────────────────────────────────────────────────────────
Running: featureurl.feature (1 of 1)
Test url
✓ Opening a social network page (1064ms)
1 passing (3s)
(Results)
┌────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Tests: 1 │
│ Passing: 1 │
│ Failing: 0 │
│ Pending: 0 │
│ Skipped: 0 │
│ Screenshots: 0 │
│ Video: true │
│ Duration: 2 seconds │
│ Spec Ran: featureurl.feature │
└────────────────────────────────────────────────────────────────────────────────────────────────┘
(Video)
- Started processing: Compressing to 32 CRF
- Finished processing: /Users/ej/Downloads/repos/EddieJaoudeCommunity.github.io/cy (0 seconds)
press/videos/featureurl.feature.mp4
====================================================================================================
(Run Finished)
Spec Tests Passing Failing Pending Skipped
┌────────────────────────────────────────────────────────────────────────────────────────────────┐
│ ✔ featureurl.feature 00:02 1 1 - - - │
└────────────────────────────────────────────────────────────────────────────────────────────────┘
✔ All specs passed! 00:02 1 1 - - -