You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Install Programs
What is a Terminal?
A terminal can be used to write commands specific to Windows, or Linux.
It comes in many different forms, but here's an example of what one looks like
Clone Base Folder
Shift + Right
and selectPowershell
to open a Terminal on windows.Paste the following (Right-Click the Terminal to Paste):
Hit Enter.
GIT will then download the base files.
Navigate into Folder
Write the following in the Terminal
Hit Enter.
Installation
Write the following in the Terminal
Hit Enter.
Running the Server
You have completed the installation for the core of altv-crc.
When you run the server, you always run it from a Terminal.
DO NOT DOUBLE CLICK THE EXE
Development Mode
You can run the server with
npm run dev
Production Mode
You can run the server with
npm run windows
Beta Was this translation helpful? Give feedback.
All reactions