We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0767fb4 commit 6c5cbe9Copy full SHA for 6c5cbe9
pages/development.md
@@ -1,5 +1,27 @@
1
# Development
2
3
+## Getting Started
4
+
5
+First follow the [installation instructions](installation.md) to install the
6
+required prerequisites.
7
8
+To build Expert, run:
9
10
+```sh
11
+MIX_ENV=dev just release-local
12
+```
13
14
+>[!IMPORTANT]
15
+> We set `MIX_ENV=dev` to disable Burrito's caching mechanisms. This provides a
16
+> smoother development experience but expect server load times to be slightly
17
+> longer.
18
19
+You may point your editor's LSP configuration to path provided by Burrito, eg:
20
21
22
+<your-repo>/apps/expert/burrito_out/expert_linux_amd64
23
24
25
## Logging
26
27
When expert starts up, it creates a `.expert` directory in the root
0 commit comments