Welcome to Antibi Incorporated. As you are well aware given your employment, we track the hybrids who travel across the country in motorhomes. While they believe they innocently traveling, simply looking for new places to skate, and new individuals to meet, we are in fact tracking their activity.
When you have new hybrids to report, simply click on your username, and you will be able to enter the new hybrids.
To get started, fork and clone the Antibi Incorporated repository to your terminal. Once the terminal is open there are two crucial steps that need to be followed to get Antibi Incorporated up and running.
First, you need to install the gems that contribute to making this appication work. To do this, run bundle install.
$ bundle install
Second, in order for the application to run, the terminal must be running rails s at all times or it will not be bale to work. To run shotgun, simply type into the terminal:
$ rails s
Finally, since this is a fullstack application, you will also need to open the React Application. So type the following into the terminal as well:
$ npm start
-As long as the previous steps have been implemented, you will now be on the home page of Antibi Incorporated. We are happy to have you and enthusiastic about your future contributions. In order to proceed any further you will need to sign up with a username and a password. If you happen to already have an account, then click login and you can enter your credentials there. Once you have signed up or logged in, you can then view others submissions as well as make your own submissions. You will also be able to edit and take down your submissions.
Just remember to run bundle install and then rails s first and foremost. It is very important to remember that rails s must be running in order to view this app. The url port that is available is always localhost:3000
Contributions that improve this app are welcome. Contributions can be made here https://github.com/AlexWaller1/hybrids_client . All collaborators are expected to adhere to the code of conduct.
This app is available as open source under the terms of the MIT Liscense. You can see the liscense in the readme_liscense folder of this repository.
Anyone participating on Antibi Incorporated in any way must adhere to the code of conduct.