diff options
author | crupest <crupest@outlook.com> | 2020-06-02 16:22:09 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-02 16:22:09 +0800 |
commit | d77da4f995aa8b9710e40a70b4350a6476df98b1 (patch) | |
tree | f865dd1e936a89574f005ef9c6f3ae191f93edcb /README.md | |
parent | dd8e25f0f9afce0f59a612ad66d3bc44ef64c9c6 (diff) | |
download | timeline-d77da4f995aa8b9710e40a70b4350a6476df98b1.tar.gz timeline-d77da4f995aa8b9710e40a70b4350a6476df98b1.tar.bz2 timeline-d77da4f995aa8b9710e40a70b4350a6476df98b1.zip |
Update README.md .
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -1,15 +1,20 @@ # Welcome to Timeline! -[](https://dev.azure.com/crupest-web/Timeline/_build/latest?definitionId=7&branchName=master) +## Overview This is the first web app of [me](https://github.com/crupest). Its back-end is written in C# and built with [ASP.Net Core](https://github.com/dotnet/aspnetcore). -Its front-end is written in Typescript and React. +Its front-end (located [here](https://github.com/crupest/Timeline/tree/dev/Timeline/ClientApp)) is written in [Typescript](https://www.typescriptlang.org/) and [React](https://reactjs.org/). -The final product is hosting on my [Tencent Cloud](https://cloud.tencent.com/) Cloud Virtual Machine on https://crupest.xyz. +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. -`tools/open-code` file is a simple _bash_ script that fixes the problem that _OminiSharp_ in C# extension on vscode can't work using _dotnet_ in Arch official package repository on Arch Linux. See [this page](https://bugs.archlinux.org/task/60903). +## Build Status + +| usage | branch | badge | +| ---------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------- | +| docker container | `master` |  | +| routine build | `dev` |  | |