Adjourn is an app to simplify the planning, running, and follow-up of meetings.
After cloning the repository, you can get up and running by following these steps:
- Install dependencies
bundle install
yarn install
- Setup the database
bundle exec rails db:create db:migrate
- Run the project
foreman s -f Procfile.dev