Skip to content

gtasa-savegame-editor/docs

Repository files navigation

GTA:SA Savegame Editor Documentation GitHub Pages Badge Build and Deploy

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/

Dev

Install Dependencies:

$ npm i

Start dev server:

$ npm start

Deploy

Deploy to GitHub Pages:

$ npm run deploy