docs: drop extra category

Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
mertmit
2023-10-18 00:05:09 +03:00
parent 2e4f0535ff
commit 68e84c991a
2 changed files with 3 additions and 53 deletions

View File

@@ -1,5 +1,5 @@
---
title: "Development setup"
title: "Development Setup"
description: "How to set-up your development environment"
tags: ['Engineering']
---
@@ -16,7 +16,8 @@ cd nocodb
```bash
# run from the project root
pnpm i
# this command will install the dependencies including sdk build
pnpm bootstrap
```
## Start Frontend