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

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

Bitcoin Nigiri 🍣 landing page code
https://github.com/vulpemventures/nigiri.vulpem.com

Last synced: 4 months ago
JSON representation

Bitcoin Nigiri 🍣 landing page code

Awesome Lists containing this project

README

          

# 🍣 Nigiri.vulpem.com
Bitcoin Nigiri 🍣 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
```