From 33743413a78342941dbf68a15127784a6d4fd184 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 26 Jul 2020 15:12:15 +0800 Subject: Update README.md . --- README.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4693faec..f23c308d 100644 --- a/README.md +++ b/README.md @@ -4,21 +4,18 @@ This is the first web app of [me](https://github.com/crupest). -The back-end is written in C# and built with [ASP.NET Core](https://github.com/dotnet/aspnetcore). +The front-end, located [here](https://github.com/crupest/Timeline/tree/master/Timeline/ClientApp), is written in [Typescript](https://www.typescriptlang.org/) and built with [React](https://reactjs.org/). -The front-end is located [here](https://github.com/crupest/Timeline-FrontEnd). +The back-end is written in C# and built with [ASP.NET Core](https://github.com/dotnet/aspnetcore). The final product is hosting on my [Tencent Cloud](https://cloud.tencent.com/) Cloud Virtual Machine on https://crupest.xyz . Feel free to comment by opening an issue. -## About Development - -I currently actively develop this app on [CODING](https://coding.net/) for better connection in China and better tasks management, which includes issue track and pull requests. But I regularly sync the github repo manually (as github has no mirror feature). And you can also open issue here and I'll read it. - ## Build Status -| usage | branch | badge | -| ---------------- | --------- | -------------------------------------------------------------------------------------------- | -| docker container | `release` | ![Build And Upload Docker Image](https://github.com/crupest/Timeline/workflows/CD/badge.svg) | -| routine build | `master` | ![Routine Build And Test](https://github.com/crupest/Timeline/workflows/CI/badge.svg) | +| usage | branch | badge | +| ---------------- | --------- | ----------------------------------------------------------------------------------------- | +| routine build | `master` | ![Front End CI](https://github.com/crupest/Timeline/workflows/Front%20End%20CI/badge.svg) | +| routine build | `master` | ![Back End CI](https://github.com/crupest/Timeline/workflows/Back%20End%20CI/badge.svg) | +| docker container | `release` | ![CD](https://github.com/crupest/Timeline/workflows/CD/badge.svg) | -- cgit v1.2.3