You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clone the repo with git clone https://github.com/reddign/typing.git
Create a file in the libs directory called dbcreds.ini with the following contents (replace the temporary values with valid ones)
# Credentials used to connect to the MySQL databaseip = "database.ip.address"schema = "schema-with-needed-tables"username = "your_username"password = "your password"
Start the webserver of your choosing and navigate to the project's url