Skip to content

Commit

Permalink
feat: creates new playground with next.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethaasan committed Feb 29, 2024
1 parent 9f09665 commit a9db82b
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions playground/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
First, run the development server:

```bash
npm run dev
npm start
# or
yarn dev
yarn start
# or
pnpm dev
pnpm start
# or
bun dev
bun start
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
Expand All @@ -28,9 +28,3 @@ To learn more about Next.js, take a look at the following resources:
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!

## Deploy on Vercel

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.

0 comments on commit a9db82b

Please sign in to comment.