Skip to content
Merged
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
11 changes: 9 additions & 2 deletions .github/workflows/build-bundler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,13 @@ jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write # Needed for creating releases
contents: write
packages: write


env:
NODE_ENV: development
NODE_OPTIONS: "--max-old-space-size=4096"

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -45,6 +49,9 @@ jobs:

- name: Build dependencies
run: yarn build:deps

- name: Build common, components, and app packages
run: lerna run build --scope @codesandbox/common --scope @codesandbox/components --scope app

- name: Build Sandpack
run: yarn build:sandpack
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
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,15 @@ If you encounter issues:
If you want to build the bundler yourself:

1. Clone this repository
2. Run `yarn install`
2. Run `yarn install` to install dependencies
3. Run `yarn build:deps`
4. Run `yarn build:sandpack`
5. The built files will be in the `www` directory
4. Run `yarn start` to build `codesandbox-browserfs` dependency (Then exit)
- Or, run: `lerna run build --scope @codesandbox/common --scope @codesandbox/components --scope app`
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