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
- Host: GitHub
- URL: https://github.com/vulpemventures/notary.vulpem.com
- Owner: vulpemventures
- License: mit
- Created: 2019-04-19T21:32:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:50:06.000Z (over 3 years ago)
- Last Synced: 2025-07-11T06:50:28.464Z (11 months ago)
- Language: CSS
- Homepage: https://notary.vulpem.com
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```