File: README.md

package info (click to toggle)
node-postgres 8.16.3%2B~cs35.24.27-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,788 kB
  • sloc: javascript: 15,879; python: 79; makefile: 57
file content (20 lines) | stat: -rw-r--r-- 591 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# node-postgres docs website

This is the documentation for node-postgres which is currently hosted at [https://node-postgres.com](https://node-postgres.com).

## Development

To run the documentation locally, you need to have [Node.js](https://nodejs.org) installed. Then, you can clone the repository and install the dependencies:

```bash
cd docs
yarn
```

Once you've installed the deps, you can run the development server:

```bash
yarn dev
```

This will start a local server at [http://localhost:3000](http://localhost:3000) where you can view the documentation and see your changes.