https://github.com/brijeshb42/zero-runtime-workspace
https://github.com/brijeshb42/zero-runtime-workspace
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brijeshb42/zero-runtime-workspace
- Owner: brijeshb42
- Created: 2023-10-24T14:37:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-02T10:50:07.000Z (over 1 year ago)
- Last Synced: 2025-04-06T23:12:21.562Z (3 months ago)
- Language: TypeScript
- Size: 244 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. Make sure pnpm is installed and available globally. See [installation](https://pnpm.io/installation).
2. Run `pnpm install` in the cloned repo directory to install all dependencies.
3. In one terminal, run `pnpm watch` to build and watch the packages
4. In another terminal, run `pnpm start` to start the vite app. The localhost url to open will be logged in terminal.
5. To build the packages, run `pnpm build`. To build the app, run `pnpm build:app`
6. You can preview the built app by running `pnpm preview` and open the logged URL in console.
7. At any point, you can directly run `pnpm preview`. It'll automatically run the build commands if not already built.