Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.
/ gram-gram Public archive

📸 💌 Send your Instagram pictures to your Grandma

License

Notifications You must be signed in to change notification settings

edance/gram-gram

Repository files navigation

GramGram

Getting Started

Prerequisites:

  • Ruby - The current version of ruby is defined here
  • Yarn

Here are the steps to get started:

  1. Copy .env.example file to .env with cp .env.example .env and fill out the environment variables
  2. Import your environment variables with export $(cat .env | grep -v ^# | xargs)
  3. Run bundle install and yarn install to install dependencies
  4. Run rails db:create and rails db:migrate to set up your local db
  5. Start Rails endpoint with rails server

Now you can visit localhost:3000 from your browser.

Feedback

Please email me with any ideas, bugs, suggestions at team AT gramgram.app. Thanks!