-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: switch back to main fern repo
- Loading branch information
1 parent
1c91728
commit b3ac018
Showing
959 changed files
with
667 additions
and
38,582 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Fern OSS Setup | ||
|
||
To install fern, first clone the repo and check out the branch | ||
|
||
```shell | ||
$ git clone https://github.com/rivet-gg/fern | ||
$ cd fern | ||
$ git checkout max/remove-headers | ||
``` | ||
|
||
Then, follow the instructions in SETUP.md and CONTRIBUTING.md to compile fern | ||
|
||
```shell | ||
yarn | ||
yarn compile | ||
yarn dist:cli:dev | ||
docker image ls | grep fern | ||
docker builder prune | ||
yarn workspace @fern-typescript/sdk-generator-cli run dockerTagVersion:browser 999.999.999 | ||
yarn workspace @fern-api/openapi-generator run dockerTagVersion 999.999.999 | ||
``` | ||
|
||
Finally, run this with the path to the fern repo, say: | ||
|
||
```shell | ||
FERN_REPO_PATH=~/fern ./oss/scripts/fern/gen.sh | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.