- Checkout a branch from the relevant branch, e.g.
main, and merge back against that branch.
Starting from 0 (note that you will need administrative privileges to correctly install these):
- We recommend vscode to interact with this repository
- Install node
- Check the box to automatically install the nessassary additional tools.
- Follow the onscreen instructions
- Enable powershell:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser - Reboot to ensure installation took.
- Install pnpm with:
choco install pnpm - We also need git:
winget install --id Git.Git -e --source winget - Reboot to ensure installation took.
- We use pnpm as our package manager. To get running:
# Clone into ./lynker-spatial-docs
git clone https://github.com/lynker-spatial/docs lynker-spatial-docs
cd lynker-spatial-docs
# Install the project dependencies
pnpm install
# Start the development server
pnpm devAfter running the above, the current site and any changes you make will be available, live, at http://localhost:5173.
For more information on the file structure of this repository, refer to the VitePress documentation on routing.