-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What to do after install? #26
Comments
Hi, chords-db is just the database of chords, to render it you can create your own render, or use this one: |
Hi Thank you for reply. |
ok worked out it needs to be a .js file, lets call it index.js |
You need to use React for using this directive. Everything is generated client-side, but you could generate png's if you need it. Take a look at the "webpage" branch, it's the Gatsby implementation of the main page with all the cords. Gatsby Project Source code: https://github.com/tombatossals/chords-db/tree/webpage Result page: https://tombatossals.github.io/react-chords/ Cheers |
Well after 20 hrs of stuffing around i give up, will find another source code with some form of install or instructions. As a polite note, you should add some documentation on how to install it not just add command here throw some script somewhere unspecified or name of file. I do thank you for the time and effort you have put into it. |
ignore the warnings now your the database is locally installed, you can check that with at this point just start writing your program, let's say from there on, you can access the database with
have fun |
Hi guys, i think i have installed everything now but not sure what to do next.
Do i make an index.html and add some script to it or?
The text was updated successfully, but these errors were encountered: