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
- Host: GitHub
- URL: https://github.com/andrewmcodes-archive/rails_markdown_live_render
- Owner: andrewmcodes-archive
- Created: 2019-09-24T19:55:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-04T23:43:00.000Z (over 5 years ago)
- Last Synced: 2025-01-01T06:22:24.845Z (5 months ago)
- Language: Ruby
- Size: 455 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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!