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

https://github.com/karamble/bisonwalletweb


https://github.com/karamble/bisonwalletweb

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# bisonwalletweb

This is the code for the website.

[![Build Status](https://github.com/decred/dexweb/actions/workflows/docker.yml/badge.svg)](https://github.com/decred/dexweb/actions/workflows/docker.yml)
[![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org)

## Development

1. Install [Hugo](https://gohugo.io/).

1. Start development web server

```
cd src
npm install
hugo server -D --disableFastRender
```