Script Parser

TThis an application for making word scripts to a table-form scripts.

Built With

  • Ruby
  • Rails

Live

Script Parser

Getting started

To get started with the app, clone the repo and then install the needed gems:

$ bundle install --without production
$ bundle update

Next, migrate the database:

$ rails db:migrate

Finally, run the test suite to verify that everything is working correctly:

$ rails test

If the test suite passes, you'll be ready to run the app in a local server:

$ rails server

Create Heroku

$ git push
$ heroku create
$ git push heroku master

If migrations,

$ heroku run rails db:migrate

If problems,

$ heroku logs

Authors

👤 Diego Luis Arvizu Gutiérrez

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is Licensed under MIT