Skip to content

Commit d41febd

Browse files
authored
Create codegen.md
1 parent fa7e9a8 commit d41febd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/codegen.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)