aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKamen Mladenov <kamen.d.mladenov@protonmail.com>2021-02-04 17:41:01 +0200
committerGitHub <noreply@github.com>2021-02-04 17:41:01 +0200
commitebf48cc5ad48199f0af9b8535c395b28f32b73a6 (patch)
tree5b8b2ec14846acaf7d8fc8fc19a5530e2a8a506e /README.md
parent35cc99b14606cda71136a6008645dd385eee6c85 (diff)
downloadDevHive-ebf48cc5ad48199f0af9b8535c395b28f32b73a6.tar
DevHive-ebf48cc5ad48199f0af9b8535c395b28f32b73a6.tar.gz
DevHive-ebf48cc5ad48199f0af9b8535c395b28f32b73a6.zip
Added contents of the "Setting up locally" section in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index caa4cfd..c02f1e4 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,13 @@ DevHive is the social network solution for programmers. In it you can make posts
It's built with [`ASP.NET Core`](https://docs.microsoft.com/en-us/aspnet/core/introduction-to-aspnet-core?view=aspnetcore-5.0) as a back-end and [`Angular`](https://angular.io/) as a front-end. For more technical information, you can refer to the [Wiki](https://github.com/Team-Kaleidoscope/DevHive/wiki).
-### Contents:
+## Contents:
- [Setting up locally](#setting-up-locally)
+ - [Prerequisites](#prerequisites)
+ - [Getting started with the database](#getting-started-with-the-database)
+ - [Starting up the API](#starting-up-the-api)
+ - [Starting up the Front-end](#starting-up-the-front-end)
+ - [Important notes](#important-notes)
- [Screenshots](#screenshots)
## Setting up locally