Skip to content

eldritchio/landing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eldritch Landing Page

Dependencies

Eldritch's landing page, a simple node.js app.

Setup and Running

Make sure you have node.js installed, then:

$ npm install

You'll need to globally install a couple build tools:

$ npm install -g gulp
$ npm install -g foreman

This app uses a Postgres database to store email signups. You'll need to setup an instance of Postgres somewhere, and set the LANDING_DSN environment variable to point to it:

$ export LANDING_DSN="postgres://username:password@host/dbname"

You'll also need to tell the app what port to run on. You can set this with the LANDING_PORT environment variable:

$ export LANDING_PORT=5000

Then, after making sure Postgres is running and accessible:

$ npm start

About

Eldritch's landing page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published