Skip to content

Commit

Permalink
Merge pull request #5 from Emilyrf/workflow
Browse files Browse the repository at this point in the history
Workflow
  • Loading branch information
Emilyrf authored Aug 18, 2023
2 parents 5fa183b + c8adf0c commit a7debdb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## Social Media Client - Workflow Course Assignment

## Project Description :star:

This is a course assigment for the subject Workflow from Front-End Development course at Noroff.

Project forked from https://github.com/NoroffFEU/social-media-client.

- Confiured with eslint, prettier and commit hooks.
- Configured with GitHub Actions for build/deploy.
- Configured and tested with Jest and Cypress, status:

[![Automated Unit Testing](https://github.com/Emilyrf/social-media-client/actions/workflows/unit-test.yml/badge.svg)](https://github.com/Emilyrf/social-media-client/actions/workflows/unit-test.yml)

[![Automated E2E Testing](https://github.com/Emilyrf/social-media-client/actions/workflows/e2e-test.yml/badge.svg)](https://github.com/Emilyrf/social-media-client/actions/workflows/e2e-test.yml)


## Deployed on merge to github pages :globe_with_meridians:

[![Deploy static content to Pages](https://github.com/Emilyrf/social-media-client/actions/workflows/pages.yml/badge.svg)](https://github.com/Emilyrf/social-media-client/actions/workflows/pages.yml)

0 comments on commit a7debdb

Please sign in to comment.