Skip to content

Commit

Permalink
Change README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMhv committed Sep 24, 2024
1 parent a9aab8a commit 1f8032c
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,29 @@
> You will need a configured and active [LiveSatoshi-Server](https://github.com/TheMhv/LiveSatoshi-Server) to run this project.
## Instalation

First, install the packages:
* First, install the packages:

```bash
$ npm install
```

create the `.env` file:
```bash
$ cp .env.example .env
```
and set the variables.
* Create the `.env` file:

> you can copy from `.env.example`:
> ```bash
> $ cp .env.example .env
> ```
Then, run the development server:
* Set the `RVC_API_HOST` and `RVC_API_HOST` variables to the address of your [LiveSatoshi-Server](https://github.com/TheMhv/LiveSatoshi-Server)
* Then, run the development server:
```bash
$ npm run dev
```
Open `http://localhost:3000` with your browser to see the result.
Open `http://localhost:3000` with your browser to see the result.

## Customization

If you want to customize the payment page, feel free to edit the `src/app/page.tsx` file

0 comments on commit 1f8032c

Please sign in to comment.