Skip to content

Commit 80ed201

Browse files
author
Alex Patterson
authored
Merge pull request CodingCatDev#22 from CodingCatDev/feature/readme-status
added statuses
2 parents 8401e64 + b76722a commit 80ed201

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1-
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)
2-
31
# CodingCatDev
42

53
This is the main repo for https://codingcat.dev
64

5+
## Status
6+
### Dev
7+
![dev-frontend-main-deploy](https://github.com/CodingCatDev/codingcat.dev/workflows/dev-frontend-main-deploy/badge.svg)
8+
![dev-frontend-admin-deploy](https://github.com/CodingCatDev/codingcat.dev/workflows/dev-frontend-admin-deploy/badge.svg)
9+
10+
### Stage
11+
![stage-frontend-main-deploy](https://github.com/CodingCatDev/codingcat.dev/workflows/stage-frontend-main-deploy/badge.svg)
12+
![stage-frontend-admin-deploy](https://github.com/CodingCatDev/codingcat.dev/workflows/stage-frontend-admin-deploy/badge.svg)
13+
### Prod (Main)
14+
![main-frontend-main-deploy](https://github.com/CodingCatDev/codingcat.dev/workflows/main-frontend-main-deploy/badge.svg)
15+
![main-frontend-admin-deploy](https://github.com/CodingCatDev/codingcat.dev/workflows/main-frontend-admin-deploy/badge.svg)
16+
717
## Setup
818

919
First install [Learna](https://lerna.js.org/)
@@ -76,3 +86,5 @@ To run all repos in frontend you can run either
7686

7787
`npm run dev` for all the dev builds and live reload
7888
`npm run start` for all production builds (builds and runs local server)
89+
90+
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)

0 commit comments

Comments
 (0)