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

https://github.com/musicoin/website

The official front facing website of Musicoin, https://musicoin.org for live version
https://github.com/musicoin/website

blockchain css html music musicoin react

Last synced: 6 months ago
JSON representation

The official front facing website of Musicoin, https://musicoin.org for live version

Awesome Lists containing this project

README

        

# Website

The Musicoin Frontend Website.

## Build

`npm run build`

## Philosophy

[heuristic](https://en.wikipedia.org/wiki/Heuristic_(computer_science))
/ˌhjʊ(ə)ˈrɪstɪk/

> A technique designed for solving a problem more quickly when classic methods are too slow, or for finding an approximate solution when classic methods fail to find any exact solution

* Priority is the best User Experience
* Complexity should be introduced when it’s inevitable
* Code should be easy to reason about
* Code should be easy to delete
* Avoid abstracting too early
* Avoid thinking too far in the future

# License

GNU GPL v3