A video player for language learners.
Here is a guide to how to get Asendia running for the first time:
~: git clone https://github.com/lianwangtao/Ascendia.git
On how to install Ruby on Rails, please refer to this guide.
~: bundle install
~: rake db:create
~: rake db:migrate
~: yarn
~: rails s
Open another Terminal tab:
~: yarn electron