Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
izaakwalz committed May 3, 2024
1 parent cf76d05 commit 5b8a4c0
Showing 1 changed file with 23 additions and 16 deletions.
39 changes: 23 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,40 @@
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
# RealXDeal DAPP

## Getting Started
To learn more about Next.js, take a look at the following resources:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.


## Setup

First, run the development server:
Make sure to install the dependencies:

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

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Development Server

You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
Start the development server on [http://localhost:3000](http://localhost:3000), then open with your browser to see the result.

This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.

## Learn More

To learn more about Next.js, take a look at the following resources:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

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

## Deploy on Vercel

Expand Down

0 comments on commit 5b8a4c0

Please sign in to comment.