thehobbs / wedding-rsvp

A site for wedding guests to send RSVPs
MIT License
0 stars 1 forks source link

wedding-rsvp

A site for wedding guests to send RSVPs

Build status Code
Climate Test
Coverage

Developing and running the site

To start the site on localhost:3000, run $ rails server from the shell.

Alternatively, the project uses the Gulp system for asset management and browser sync.

Note: In order to run the gulp tasks, you must install gulp globally:

$ npm install -g gulp

The available tasks are:

After getting latest, run $ npm install to bring down any possible new node packages.

URLs

SMTP settings

STMP settings for the site can be specified for local environments by creating a file called .env in the root, and specifying the following keys:

SMTP_USERNAME=<your smtp username>
SMTP_PASSWORD=<your smtp password>

This file should not be committed to the repository.