Skip to content

farpointlabs/reflect

 
 

Repository files navigation

Reflect CircleCI

Developing locally

Prerequisites

Environment

Add a .env file in the root of the project. You will need to add config for connecting to PostgresSQL, there is information on how to configure the client library here. If you are running PostgreSQL locally with the default settings you will probably only need to set PGUSER and PGPASSWORD.

Installing dependencies

Just run yarn in the root of the project.

Setting up the database

Run yarn db:init to create the database, create the tables and insert some initial data.

Start the app

yarn start

Scripts

For a list of all scripts see the scripts field in the package.json.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.7%
  • CSS 10.7%
  • HTML 1.6%