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 fa7e9a8 commit d41febdCopy full SHA for d41febd
docs/codegen.md
@@ -0,0 +1,12 @@
1
+### Code Generation Manual
2
+
3
+### Directions
4
5
+1. Log in to the front-end app with valid credentials
6
+2. Collect the JWT Auhtorization token by navigating to local storage and copying the "jwt" value
7
+3. Run the following command
8
9
+```
10
+AUTH_TOKEN=xxxxx npm run generate
11
12
+*replace the xxxx with the token as is, no added quotations
0 commit comments