Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 26 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,29 @@ Together, we can make Bitcoin great again.

## Getting Started

First, run the development server:

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

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

You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
**Requirements:**
- package manager, such as npm, yarn, pnpm or bun
- node.js

**Run yours.org locally:**
1) Download yours.org zipfile from github and extract.
2) Open filepath in shell or cmd:
```bash
cd /frontend-master
```
4) Run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
5) Wait for start localhost and wait for compile to finish
6) Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

**Edit yours.org:**
- You can start editing the page by modifying `app/page.tsx`.
- The page auto-updates as you edit the file.