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

Latest commit

 

History

History
26 lines (17 loc) · 1013 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 1013 Bytes

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!