You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***pkg** - Library code that can be used by other applications
12
+
***cmd** - Main applications for this project.
13
+
***docs** - User documentation files.
14
+
***pkg** - Library code that can be used by other applications.
13
15
***scripts** - Scripts to perform various build, install, analysis, etc operations.
14
16
15
17
## Make targets
@@ -22,16 +24,6 @@ The following `make` targets can be used to build and run the application:
22
24
***run** - builds and executes the sidedoor binary
23
25
***test** - recursively tests all .go files
24
26
25
-
## Running locally
26
-
Currently the Optimizely SDK Key is sourced from an `SDK_KEY` environment variable. For local development you can export your `SDK_KEY` or prefix the `make run` command.
27
-
28
-
Ex:
29
-
```
30
-
SDK_KEY=<YOUR-KEY-KEY> make run
31
-
```
32
-
33
-
This file will get loaded via the `Makefile` configuration script.
0 commit comments