Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jarydkrish/concert_masterlist


https://github.com/jarydkrish/concert_masterlist

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# Concert Masterlist

## Development Setup

### Prerequisites

- [Postgres.app](https://postgresapp.com/)
- [rbenv](https://github.com/rbenv/rbenv) (easiest to just use [homebrew](https://brew.sh) to install this)

### Installation

1. Clone the repository
3. Install Ruby version specified in `.ruby-version` using rbenv
4. Install dependencies: `bundle install`
5. Create the database: `rails db:create`
6. Run the migrations: `rails db:migrate`
8. Run `bin/dev` and run the development server

### Some notes on what we use
Bootstrap, Node, and Yarn

## License

This codebase is currently private, but there's nothing to stop us from making it MIT Licensed!