https://github.com/aaronius/penpal-sandbox
Personal sandbox to use for manually testing Penpal under various scenarios.
https://github.com/aaronius/penpal-sandbox
Last synced: 9 months ago
JSON representation
Personal sandbox to use for manually testing Penpal under various scenarios.
- Host: GitHub
- URL: https://github.com/aaronius/penpal-sandbox
- Owner: Aaronius
- Created: 2020-12-23T04:33:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T23:24:07.000Z (about 1 year ago)
- Last Synced: 2025-05-21T08:19:25.774Z (about 1 year ago)
- Language: TypeScript
- Size: 367 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rsbuild project
## Setup
Install the dependencies:
```bash
pnpm install
```
## Get started
Start the dev server:
```bash
pnpm dev
```
Build the app for production:
```bash
pnpm build
```
Preview the production build locally:
```bash
pnpm preview
```