Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geoffharcourt/expo
An i18n demonstration for DCRUG
https://github.com/geoffharcourt/expo
Last synced: 4 days ago
JSON representation
An i18n demonstration for DCRUG
- Host: GitHub
- URL: https://github.com/geoffharcourt/expo
- Owner: geoffharcourt
- Created: 2018-02-15T10:31:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-15T10:31:59.000Z (almost 7 years ago)
- Last Synced: 2024-11-09T20:05:06.217Z (2 months ago)
- Language: Ruby
- Homepage: https://www.meetup.com/dcruby/events/hmsnvlyxdbtb/
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expo
## Getting Started
After you have cloned this repo, run this setup script to set up your machine
with the necessary dependencies to run and test this app:% ./bin/setup
It assumes you have a machine equipped with Ruby, Postgres, etc. If not, set up
your machine with [this script].[this script]: https://github.com/thoughtbot/laptop
After setting up, you can run the application using [Heroku Local]:
% heroku local
[Heroku Local]: https://devcenter.heroku.com/articles/heroku-local
## Guidelines
Use the following guides for getting things done, programming well, and
programming in style.* [Protocol](http://github.com/thoughtbot/guides/blob/master/protocol)
* [Best Practices](http://github.com/thoughtbot/guides/blob/master/best-practices)
* [Style](http://github.com/thoughtbot/guides/blob/master/style)## Deploying
If you have previously run the `./bin/setup` script,
you can deploy to staging and production with:% ./bin/deploy staging
% ./bin/deploy production