Skip to content

Latest commit

 

History

History
72 lines (53 loc) · 2.4 KB

dev.md

File metadata and controls

72 lines (53 loc) · 2.4 KB

XBase Development

This a quick guide to understand and edit xbase source code.

Project Organization

Here's an overview of the project architecture to help you contribute.

xbase source code

Build server implementing BSP protocol required because sourcekit-lsp can't define compile arguments required to jump to definition and symbol definition.

Development Setup

Clone the repo

git clone https://github.com/xbase-lab/xbase

Install in debug mode

Do all the setup required to watch and develop

make install_debug

Start watchers

Watch all the products and trigger recompile when the source code changes.

make watch