_ _____ _
| | |_ _| | |
| |_ _ _ _ __ ___| |_ __ __ _| | ___ __
| __| | | | '_ \ / _ \ | '__/ _` | |/ / '__|
| |_| |_| | | | | __/ | | | (_| | <| |
\__|\__,_|_| |_|\___\_/_| \__,_|_|\_\_|
TuneTrakr is a music productivity app built with React. It's main purpose is to help musicians store data on music they know how to play and keep track of music they want to learn in the future.
For now all you need to do to run the app locally is clone the repo, run yarn install
. Then, npm start
will run the development build.
In the future, to run the app locally. The process will be something like:
- Clone repo
- run
yarn install
- Make sure you have PostgreSQL installed and running
- Create Postgres database (manual step at this point)
$ psql postgres
# CREATE DATABASE tunetrakr;
# \q
- Create table by running
$ node scripts/tables