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
- Host: GitHub
- URL: https://github.com/andrewmcodes-archive/applocale_demo
- Owner: andrewmcodes-archive
- Created: 2020-05-21T07:26:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-21T07:42:58.000Z (about 5 years ago)
- Last Synced: 2025-01-01T06:22:32.119Z (5 months ago)
- Language: Ruby
- Homepage: https://applocale.dev/
- Size: 2.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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