From 4dbbf34b8834bb910f846e444ed8a868e02c92a0 Mon Sep 17 00:00:00 2001 From: ThePawlow Date: Fri, 28 Jun 2024 20:47:26 +0200 Subject: [PATCH] Updating README.md and yarn.lock --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e7fd70..dad128d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ -1. Use `npm i` to install all dependencies -2. Use `npm run start` to start the development server +# alt:V Docs +## How to contribute +These docs rely heavily on submodules to keep things organized.
+**NOTE** When forking, uncheck 'Copy the XYZ branch only' all the branches are mandatory. + +Those repositories are needed: +- Fork this repository +- Fork https://github.com/altmp/altv-docs-articles +- Fork https://github.com/altmp/altv-types +## Building +1. Use `yarn` to install all dependencies +2. Use `yarn start` to start the development server 3. Navigate to `http://localhost:3000` \ No newline at end of file