App uses Ruby on Rails, React.js and Bulma.
- Ensure You have installed:
- Ruby (with rvm for example)
- Node.js
- Yarn
- PostgreSQL
-
Install bundler:
gem install bundler
-
Install ruby dependencies:
bundle install
-
Install js dependencies:
yarn install
-
Prepare the database:
bundle exec rails db:create bundle exec rails db:migrate bundle exec rails db:seed
-
Run the application:
bundle exec rails server