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
- Host: GitHub
- URL: https://github.com/vulpemventures/nigiri.vulpem.com
- Owner: vulpemventures
- License: gpl-3.0
- Created: 2019-03-18T20:48:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T00:25:13.000Z (over 2 years ago)
- Last Synced: 2025-06-30T15:57:02.511Z (12 months ago)
- Language: SCSS
- Homepage: https://nigiri.vulpem.com
- Size: 1.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```