Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn committed Apr 2, 2024
1 parent 8bb8021 commit 87cd340
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions snapshotter/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,15 @@ This is a Node.js application that provides an API endpoint for retrieving pagin

## Installation

1. Clone the repository:
```
git clone <repository-url>
```

2. Install the dependencies:
```
1. Install the dependencies:

```bash
npm i
```

3. Start the application:
```
2. Start the application:

```bash
npm start:local
```

Expand Down

0 comments on commit 87cd340

Please sign in to comment.