Dontfile is an open source project intended to concatenate the proposed idea of dontpad aggregating the same logic to files along with texts, thus creating a more complete tool.
- Ruby version: 2.4.1
- Rails version: 5.2.0
gem install bundler
- Bundle the necessary gems
bundle install
- Create the database
rails db:create
- Migrate the database
rails db:migrate
- Run the server
rails server