fix publish issue

This commit is contained in:
Robert Soriano
2022-05-19 01:20:47 -07:00
parent 31cde3e8a2
commit c7ac9ee09d
21 changed files with 839 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
# dev playground
## Setup
Make sure to install the dependencies:
```bash
pnpm install
```
## Development Server
Start the development server on http://localhost:3000
```bash
pnpm dev
```
## Production
Build the application for production:
```bash
pnpm build
```
Locally preview production build:
```bash
pnpm preview
```