Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jnkkkk/pianochord.io
A pure frontend Web Application for people to browse through a large collection of piano chords
https://github.com/jnkkkk/pianochord.io
front-end music music-composition music-theory typescript website website-design
Last synced: about 1 month ago
JSON representation
A pure frontend Web Application for people to browse through a large collection of piano chords
- Host: GitHub
- URL: https://github.com/jnkkkk/pianochord.io
- Owner: JNKKKK
- License: mit
- Created: 2019-09-06T22:41:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T21:21:19.000Z (over 1 year ago)
- Last Synced: 2023-11-07T20:18:42.819Z (about 1 year ago)
- Topics: front-end, music, music-composition, music-theory, typescript, website, website-design
- Language: TypeScript
- Homepage: https://pianochord.io/
- Size: 2.95 MB
- Stars: 155
- Watchers: 2
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [PianoChord.io](https://pianochord.io)
A serverless Web Application for people to browse a large collection of piano chords[![Netlify Status](https://api.netlify.com/api/v1/badges/ba61edbb-ab5e-40c1-a2f8-c51cb512a854/deploy-status)](https://app.netlify.com/sites/pianochordio/deploys)
## Run Locally
Start the dev server locally
```
npm run start
```
Build to `/dist`
```
npm run build
```## Tech Stack
- [Preact](https://preactjs.com/)
- [Sass](https://sass-lang.com/)
- [Parcel V2](https://parceljs.org/)
- [TypeScript](https://www.typescriptlang.org/)## Report a bug
Please use [issue](https://github.com/JNKKKK/pianochord.io/issues) to report bugs.## LICENSE
[MIT](https://github.com/JNKKKK/pianochord.io/blob/master/LICENSE)