Rails app generated with lewagon/rails-templates, created by the Le Wagon coding bootcamp team.
Iru is a rails appy for ....
- Clone the repository
git clone [email protected]:SeigoJinbo/iru.git NAME_OF_YOUR_PROJECT
- Move into the directory
cd NAME_OF_YOUR_PROJECT
- Remove template
git rm -rf .git
- Start a new git repo
git init
- Create repo on Github
hub create
Only if you don't have bundler or yarn
yarn install
brew install yarn
then
bundle install
create a .env file and include the following api keys
MAPBOX_API_KEY=YOUR_API_KEY
CLOUDINARY_URL=YOUR_API_KEY
STRIPE_PUBLISHABLE_KEY=YOUR_API_KEY
STRIPE_SECRET_KEY=YOUR_API_KEY
STRIPE_WEBHOOK_SECRET_KEY=YOUR_API_KEY
https://github.com/ensvo
https://github.com/yupingkuei
https://github.com/SeigoJinbo/