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

https://github.com/vulpemventures/notary.vulpem.com

⏰📝 Vulpem Notary landing page
https://github.com/vulpemventures/notary.vulpem.com

Last synced: 10 months ago
JSON representation

⏰📝 Vulpem Notary landing page

Awesome Lists containing this project

README

          

# ⏰📝 notary.vulpem.com
Notary landing page code

# Development

* Install deps

```sh
$ npm install
```

* Serve and watch

```sh
$ npm run serve
```

# Build

```sh
$ npm run build
```

# Deploy Github Pages

```sh
$ npm run deploy
```