Skip to content

devnetsa/coming-soon

This branch is 1 commit behind renderedtext/coming-soon:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7858599 · Dec 21, 2013

History

23 Commits
Dec 13, 2010
Feb 1, 2011
Dec 21, 2013
Feb 1, 2011
Dec 21, 2013
Dec 21, 2013
Dec 13, 2010
Feb 8, 2011
Dec 13, 2010
Dec 21, 2013
Feb 2, 2011
Dec 13, 2010
Dec 13, 2010

Repository files navigation

coming-soon

Sinatra application to show a pre-launch page and collect emails. Includes an admin view and CSV export. Partially inspired by beta-signup.

Set up

  1. bundle install
  2. Create config.yml and database.yml from the example files
  3. Create your database
  4. Run rake db:migrate

Now you’re ready to:

rackup

And open localhost:9292.

Although to hack on the app, we recommend using shotgun as a local server, as it will automatically reload code changes.

How to contribute

  1. Clone your fork of https://github.com/renderedtext/coming-soon
  2. Create a thoughtfully named topic branch to contain your change
  3. Hack away
  4. Add tests and make sure everything still passes by running bundle exec cucumber
  5. If necessary, rebase your commits into logical chunks, without errors
  6. Push the branch up to GitHub
  7. Send a pull request for your branch

License

coming-soon is licensed under the MIT License.

About

Sinatra application to show a pre-launch page and collect emails.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%