File: README.md

package info (click to toggle)
ruby-faraday 2.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,008 kB
  • sloc: ruby: 6,509; sh: 10; makefile: 8
file content (21 lines) | stat: -rw-r--r-- 341 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Faraday Docs

Faraday Docs are powered by [Docsify](https://docsify.js.org/#/).

## Development

### Setup

From the Faraday project root, run the following:

```bash
npm install # this will install the necessary dependencies
```

### Running the Docs Locally

To preview your changes locally, run the following:

```bash
npm run docs
```