Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brijeshb42/zero-runtime-workspace
https://github.com/brijeshb42/zero-runtime-workspace
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/brijeshb42/zero-runtime-workspace
- Owner: brijeshb42
- Created: 2023-10-24T14:37:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-22T04:15:35.000Z (about 1 year ago)
- Last Synced: 2023-12-22T12:51:19.738Z (about 1 year ago)
- Language: TypeScript
- Size: 244 KB
- Stars: 1
- Watchers: 1
- 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.