Skip to content

ensvo/iru

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 55.1%
  • HTML 32.1%
  • SCSS 9.6%
  • JavaScript 3.2%