This repo contains the source code for the GTA:SA Savegame Docs.
You can view the current version at: https://gtasa-savegame-editor.github.io/docs/
Install Dependencies:
$ npm i
Start dev server:
$ npm start
Deploy to GitHub Pages:
$ npm run deploy