Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -1292,6 +1292,13 @@
"avatar_url": "https://avatars.githubusercontent.com/u/1100530?v=4",
"profile": "https://github.com/Ku3mi41",
"contributions": ["code", "test"]
},
{
"login": "plasticlobster",
"name": "Josh Mullin",
"avatar_url": "https://avatars.githubusercontent.com/u/527981?v=4",
"profile": "https://github.com/plasticlobster",
"contributions": ["code", "doc"]
}
],
"contributorsPerLine": 7,
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ To install the project you need to have `yarn` and `node`
cd codesandbox-client
```

2. Your environment needs to be running Node v. 10
- `.nvmrc` config exists in the repo root, specifying a v.10.x.x version
2. Your environment needs to be running Node v. 16
- `.nvmrc` config exists in the repo root, specifying a v.16.x.x version
- you can use [fnm](https://github.com/Schniz/fnm) (`fnm use`) to change
your current node version to the one specified in `.nvmrc`
3. from the root of the project: `yarn` to install all dependencies
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,14 @@ If you encounter issues:
If you want to build the bundler yourself:

1. Clone this repository
2. Run `yarn install`
3. Run `yarn build:deps`
4. Run `yarn build:sandpack`
5. The built files will be in the `www` directory
2. Run `yarn install` to install dependencies
3. Run `yarn start` to build `codesandbox-browserfs` dependency (Then exit)
4. Run `yarn build:deps`
5. Run `yarn build:sandpack`
6. The built files will be in the `www` directory

## For More Information

- [Sandpack Documentation](https://sandpack.codesandbox.io/docs)
- [Hosting the Bundler Guide](https://sandpack.codesandbox.io/docs/guides/hosting-the-bundler)
- [LibreChat Documentation](https://docs.librechat.ai)
- [LibreChat Documentation](https://docs.librechat.ai)
1 change: 1 addition & 0 deletions packages/app/static/js/babel.min.js.map

Large diffs are not rendered by default.

Loading