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

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

Demo Ruby on Rails application using AppLocale
https://github.com/andrewmcodes-archive/applocale_demo

Last synced: 3 months ago
JSON representation

Demo Ruby on Rails application using AppLocale

Awesome Lists containing this project

README

        

[![AppLocale Logo](https://github.com/andrewmcodes/applocale_demo/raw/master/docs/applocale_logo.png "AppLocale Logo")](https://applocale.dev)

Demo Ruby on Rails application built to showcase [AppLocale](https://applocale.dev) in action.

## Prerequisites

- Ruby `2.6.6`
- Rails `6.0.3.1`
- Node `>12`
- Yarn

### Check out the repository

```bash
git clone [email protected]:andrewmcodes/applocale_demo.git
```

## Run the setup command

```bash
bin/setup
```

## Start the Rails server

You can start the rails server using the command given below.

```ruby
bundle exec rails s
```

And now you can visit the site with the URL http://localhost:3000