twttr

twttr

MIT License

Stars
2
Committers
1

Twttr App · GitHub license Contributor Covenant Custom Rails Badge Build Status

A simple twttr app, you can view the live site here

Getting Started

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

$ yarn add [email protected] [email protected]
$ bundle install --without production

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 db:seed
$ rails server

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/aminukano585/twttr. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

This project is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in this project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

Deployment

Coming sooner...

Badges
Extracted from project README
GitHub license Contributor Covenant Custom Rails Badge Build Status
Related Projects