An open API service indexing awesome lists of open source software.

https://github.com/jeromelin/vantr-next


https://github.com/jeromelin/vantr-next

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# vantr

## Getting Started

Install dependencies,

```bash
$ npm i
```

Start the dev server,

```bash
$ npm start
```

Build documentation,

```bash
$ npm run docs:build
```

Build library via `father-build`,

```bash
$ npm run build
```