Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.01 KB

README.md

File metadata and controls

43 lines (33 loc) · 1.01 KB

Rails app generated with lewagon/rails-templates, created by the Le Wagon coding bootcamp team.

Iru

Iru is a rails appy for ....

Init a new project

  1. Clone the repository git clone [email protected]:SeigoJinbo/iru.git NAME_OF_YOUR_PROJECT
  2. Move into the directory cd NAME_OF_YOUR_PROJECT
  3. Remove template git rm -rf .git
  4. Start a new git repo git init
  5. Create repo on Github hub create

Installation

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

Contributors

https://github.com/ensvo
https://github.com/yupingkuei
https://github.com/SeigoJinbo/

License

MIT