Skip to content

Welcome to the Platforce documentation

Platforce Documentation for Developers in NAV on the Salesforce Platform

Local development

Prerequisites

Please note the following requirements to be able to run below steps for local development.

on macOS

on Windows

1. Install pipx

On macOS

Bash
brew install pipx
pipx ensurepath

On Linux

Bash
1
2
3
sudo apt update
sudo apt install pipx
pipx ensurepath

On Windows

Bash
scoop install pipx
pipx ensurepath

2. Install Make

On Windows

Bash
scoop install make

3. Install Poetry

Bash
pipx install poetry

4. Install dependencies

Bash
make install

5. Serve the documentation locally

Bash
make local

6. All

One command to do step 4 and 5; Install dependencies and serve the documentation locally.

Bash
make all

Utility commands

The following commando will copy the project README.md file to the docs folder as project-readme.me to include it in the documentation.

This is also rune as part of the make local command.

Bash
make copyreadme

Here you will fins a list of useful links and resources that are used to create this documentation project.

Documentation tools

Project and Build tools