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
- Host: GitHub
- URL: https://github.com/musicoin/website
- Owner: Musicoin
- License: gpl-3.0
- Created: 2018-05-03T12:08:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-20T00:11:45.000Z (about 2 years ago)
- Last Synced: 2024-05-18T15:34:02.011Z (about 1 year ago)
- Topics: blockchain, css, html, music, musicoin, react
- Language: JavaScript
- Homepage: https://musicoin.netlify.com
- Size: 12.4 MB
- Stars: 7
- Watchers: 9
- Forks: 6
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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