There are two ways to run the app.
Install the app from github and run!
## install from github
devtools::install_github("shahreyar-abeer/upwork_andre_psychtopics")
## if the installation is successful, the should run with this command!
psychtopics::run_app()
- Open RStudio > File > New_Project > Version Control > Git
- Paste this link in the dialog box https://github.com/shahreyar-abeer/upwork_andre_psychtopics
- Once the project is created, navigate to dev/run_dev.R
- Select everything in the script and run
(Ctrl + Enter)
- The app should be up and running!
Let me know if you face any issues.