https://github.com/andrewmcodes-archive/conductor_demo
https://github.com/andrewmcodes-archive/conductor_demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrewmcodes-archive/conductor_demo
- Owner: andrewmcodes-archive
- Created: 2020-04-23T02:01:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T19:44:03.000Z (about 5 years ago)
- Last Synced: 2025-01-01T06:22:30.366Z (5 months ago)
- Language: Ruby
- Size: 5.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README

## Prerequisites
The setups steps expect following tools installed on the system.
- Github
- Ruby [2.6.6](https://github.com/andrewmcodes/conductor_demo/blob/master/.ruby-version#L1)
- Node [> 11](https://github.com/andrewmcodes/conductor_demo/blob/master/.nvmrc#L1)
- SQLite### 1. Check out the repository
```bash
git clone [email protected]:andrewmcodes/conductor_demo.git
```### 2. Setup
Run the following commands to install dependencies and set up the database.
```sh
bin/setup
```### 3. Start the Rails server
You can start the rails server using the command given below.
```ruby
bin/rails server
```And now you can visit the site with the URL http://localhost:3000
### 4. View the Conductor
Visit http://localhost:3000/rails/conductor in your browser