Skip to content

adjust/dev-docs

Repository files navigation

Adjust SDK documentation

Build status Style guide checks Check Links

This is the repository for Adjust's SDK documentation.

Live preview

You can run a live preview of this repository to enable live editing. To do this:

  1. Open this repository in a terminal and run the following command in the root directory to install Astro dependencies:

    npm i
  2. Once you've installed all dependencies, run the following command to start the project in the developer mode:

    npm run dev
  3. Open http://localhost:4321 to see the local preview

The preview updates as you save your changes for the files. Check the wiki for more information.