Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
💻 An open source Computer Aided Dispatch (CAD) for FiveM, this is a web based integration for communities who love police roleplaying and dispatching. Discord: https://discord.gg/eGnrPqEH7U - GitHu...
Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
Bilgisayarımıza klonlanan proje içerisinde .env.example isimli dosyayı kopyalayıp ismini sadece .env olacak şekilde değiştirip gerekli bilgileri herhangi bir metin editörü ile doldurmanız gerek. Detaylı açıklama burada mevcut. Kopyalama işlemini komut satırı ile de yapabilirsiniz,
Bash:
copy .env.example .env
proje dizinindeyken bunu çalıştırmanız yeterli.
.env dosyasını doldurup işinizi bitirdikten sonra proje dizinindeyden
Bash:
node scripts/copy-env.mjs --client --api
komutu ile .env dosyanızı client ve api kısmında kaydedeceksiniz.
Projeyi
Bash:
yarn turbo run build
komutuyla buildleyin. 2 - 5dk arası sürdüğü belirtilmiş.
Şimdi local ip adresiniz ve düzenlediyseniz port numarasını (varsayılan client 3000, api 8080) kullanarak giriş yapabilirsiniz. Örnek adres: http://192.168.92.20:3000. Tarayıcınıza gireceksiniz adresi.