- Checkout a branch from the relevant branch, e.g.
main, and merge back against that branch.
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.