Skip to content

Commit

Permalink
better README
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiion committed Oct 20, 2023
1 parent 532beff commit f327ace
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# SSR and turbo test ground

[![Deploy site to Pages](https://github.com/FormsWizard/ssr-test/actions/workflows/pages.yml/badge.svg)](https://github.com/FormsWizard/ssr-test/actions/workflows/pages.yml)

This is a simple test ground for SSR related issues when building libraries that should work seamlessly in
several react environments (next.js, create-react-app, etc).

Expand All @@ -8,7 +10,18 @@ several react environments (next.js, create-react-app, etc).
```bash
pnpm i
pnpm build
pnpm start
```

for CRA

```bash
cd ./apps/cra && pnpm start && cd -
```

for next.js

```bash
cd ./apps/next && pnpm dev && cd -
```

## What is being tested
Expand Down

0 comments on commit f327ace

Please sign in to comment.