Skip to content

linediconsine/Tabae

Repository files navigation

tabae logo

Tabae is an open-source voice synthetized dashboard.

This project is born out of necessity for helping a friend who loses his voice to communicate.

See the live service

Prerequisites

The setup steps expect the following tools installed on the system.

1. Check out the repository
git clone https://github.com/linediconsine/tabae.git
2. Create database.yml file

Copy the sample database.yml file and edit the database configuration as required.

cp config/database.yml.sample config/database.yml
3. Create and setup the database

Run the following commands to create and setup the database.

bundle exec rake db:create
bundle exec rake db:migrate
yarn install
4. Start the Rails server

You can start the rails server using the command given below.

rails s

And now you can visit the site with the URL http://localhost:3000