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
Generators read in your API Definition and output artifacts (e.g. the TypeScript SDK Generator) and are tracked in [generators.yml](./fern/api/generators.yml).
25
+
Generators read in your API Definition and output artifacts (the TypeScript SDK Generator) and are tracked in [generators.yml](./fern/api/generators.yml).
28
26
29
27
To trigger the generators run:
30
28
@@ -33,15 +31,14 @@ To trigger the generators run:
33
31
fern generate --version <version>
34
32
```
35
33
36
-
## Upgrading Fern
37
-
You can use the following command to upgrade fern to the latest version:
38
-
```bash
39
-
fern upgrade --rc
34
+
## Run a local instance
35
+
36
+
In the root of this repository:
37
+
```
38
+
cd custom-implementation/ && npm i && npm run build && cd ..
39
+
fern docs dev
40
40
```
41
41
42
42
### Troubleshooting
43
43
44
44
If you run into errors, you can add the ` --log-level debug` flag to get more information.
45
-
46
-
If you get a 403 error, you may need to first run `fern login`. You might also need to be added
47
-
to the Vellum org in Fern, which requires contacting the fern team in #fern-x-vellum in Slack.
0 commit comments