SnailyCAD Live Map integration for FiveM.
Warning This is only for developers who want to contribute to the project.
- Clone the repository:
git clone https://github.com/SnailyCAD/live-map.git
. - Install dependencies:
pnpm install
. - Copy
.env.example
to.env
and enter your FXServer path. - Run the dev command
pnpm run dev
. This will listen for changes and automatically update the files in your FXServer. - Manually run
restart <resource>
in your FXServer console to restart the resource.
- Run the bump releases script:
node scripts/bump-version.mjs <version-here>
. - Commit the changes:
git commit -am "chore(release): <version-here>
. - Push the changes:
git push
.