-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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.<br> | ||
**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` |