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

https://github.com/andrewmcodes-archive/rails_markdown_live_render


https://github.com/andrewmcodes-archive/rails_markdown_live_render

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

[![Ruby Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://github.com/testdouble/standard)

# Rails Markdown Live Render

## Local Setup

1. Install dependencies

- [Ruby](https://www.ruby-lang.org/en/downloads/)
- [Yarn](https://yarnpkg.com/lang/en/docs/install/#mac-stable)
- [PostgreSQL](https://www.postgresql.org/download/)

1. Clone the repo

```sh
git clone https://github.com/andrewmcodes/rails_markdown_live_render.git
```

1. Switch into the project folder

```sh
cd rails_markdown_live_render
```

1. Run the setup command

```sh
bin/setup
```

1. Start the rails server

```sh
bin/rails server
```

1. See the app in action

To see the application in action, open a browser window and navigate to http://localhost:3000. That's it!