Onze huisgemaakte factuurgeneratie-applicatie.
- Installeer:
- Ruby 3.3.1
- Bundler
- yarn
bundle install
npm install
docker compose -f docker-compose.dev.yml up -d
bundle exec rails db:setup
bundle exec rails s
- Browse to
http://localhost:3000
- Push changes to
master
on GitHub - Run
bundle exec cap production deploy
locally from your device
Run bundle exec rake