diff --git a/README.md b/README.md index 83d89a1b4..871923a01 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # React Native WebGPU -WebGPU for React Native, powered by [Dawn](https://dawn.googlesource.com/dawn). +WebGPU for React Native, powered by Dawn. [wcandillon.github.io/react-native-webgpu](https://wcandillon.github.io/react-native-webgpu/) @@ -10,27 +10,4 @@ WebGPU for React Native, powered by [Dawn](https://dawn.googlesource.com/dawn). ## Contributing -For detailed information on library development, building, testing, and contributing guidelines, please see [CONTRIBUTING.md](packages/webgpu/CONTRIBUTING.md). - - - -## Contributing - -Yarn workspaces monorepo — use `yarn`, not `npm`. - -```sh -git submodule update --init -yarn -cd packages/webgpu && yarn install-dawn # prebuilt Dawn binaries -# or: yarn build-dawn # build Dawn from source -``` - -Example app (from `apps/example/`): `yarn start` · `yarn ios` · `yarn android` - -From the repo root: `yarn lint` · `yarn tsc` · `yarn build:docs` - -Tests (from `packages/webgpu/`): `yarn test:ref` (Chrome reference) · `yarn test` (E2E — open the example app on the E2E screen) - -Other `packages/webgpu` scripts: `yarn codegen` · `yarn clean-dawn` · `yarn build-dawn` - -See also [`packages/webgpu/CONTRIBUTING.md`](packages/webgpu/CONTRIBUTING.md). +For detailed information on library development, building, testing, and contributing guidelines, please see [CONTRIBUTING.md](packages/webgpu/CONTRIBUTING.md). \ No newline at end of file diff --git a/packages/webgpu/README.md b/packages/webgpu/README.md index 83d89a1b4..871923a01 100644 --- a/packages/webgpu/README.md +++ b/packages/webgpu/README.md @@ -1,6 +1,6 @@ # React Native WebGPU -WebGPU for React Native, powered by [Dawn](https://dawn.googlesource.com/dawn). +WebGPU for React Native, powered by Dawn. [wcandillon.github.io/react-native-webgpu](https://wcandillon.github.io/react-native-webgpu/) @@ -10,27 +10,4 @@ WebGPU for React Native, powered by [Dawn](https://dawn.googlesource.com/dawn). ## Contributing -For detailed information on library development, building, testing, and contributing guidelines, please see [CONTRIBUTING.md](packages/webgpu/CONTRIBUTING.md). - - - -## Contributing - -Yarn workspaces monorepo — use `yarn`, not `npm`. - -```sh -git submodule update --init -yarn -cd packages/webgpu && yarn install-dawn # prebuilt Dawn binaries -# or: yarn build-dawn # build Dawn from source -``` - -Example app (from `apps/example/`): `yarn start` · `yarn ios` · `yarn android` - -From the repo root: `yarn lint` · `yarn tsc` · `yarn build:docs` - -Tests (from `packages/webgpu/`): `yarn test:ref` (Chrome reference) · `yarn test` (E2E — open the example app on the E2E screen) - -Other `packages/webgpu` scripts: `yarn codegen` · `yarn clean-dawn` · `yarn build-dawn` - -See also [`packages/webgpu/CONTRIBUTING.md`](packages/webgpu/CONTRIBUTING.md). +For detailed information on library development, building, testing, and contributing guidelines, please see [CONTRIBUTING.md](packages/webgpu/CONTRIBUTING.md). \ No newline at end of file