File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ React Native Meta Horizon OS allows you to write Meta Quest apps with full suppo
1616
1717## Documentation
1818
19- Visit [ callstackincubator.github.io /react-native-meta-horizon-os-docs ] ( https://callstackincubator.github.io /react-native-meta-horizon-os-docs ) for comprehensive documentation including:
19+ Visit [ oss.callstack.com /react-native-meta-horizon-os] ( https://oss.callstack.com /react-native-meta-horizon-os ) for comprehensive documentation including:
2020
2121- Getting Started guides
2222- Library compatibility information
@@ -29,25 +29,25 @@ Visit [callstackincubator.github.io/react-native-meta-horizon-os-docs](https://c
2929Install the dependencies:
3030
3131``` bash
32- npm install
32+ bun install
3333```
3434
3535Start the dev server:
3636
3737``` bash
38- npm run dev
38+ bun run dev
3939```
4040
4141Build for production:
4242
4343``` bash
44- npm run build
44+ bun run build
4545```
4646
4747Preview the production build:
4848
4949``` bash
50- npm run preview
50+ bun run preview
5151```
5252
5353## Contributing
You can’t perform that action at this time.
0 commit comments