Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/renderedtext/coming-soon

Sinatra application to show a pre-launch page and collect emails.
https://github.com/renderedtext/coming-soon

ruby semaphore-open-source

Last synced: 27 days ago
JSON representation

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

Awesome Lists containing this project

README

        

h1. coming-soon

"Sinatra":http://www.sinatrarb.com/ application to show a pre-launch page and collect emails. Includes an admin view and CSV export. Partially inspired by "beta-signup":https://github.com/steveodom/beta-signup.

h2. Set up

# @bundle install@
# Create @config.yml@ and @database.yml@ from the example files
# Create your database
# Run @rake db:migrate@

Now you're ready to:

rackup

And open "localhost:9292":http://localhost:9292.

Although to hack on the app, we recommend using "shotgun":https://github.com/rtomayko/shotgun/ as a local server, as it will automatically reload code changes.

h2. How to contribute

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

h2. License

coming-soon is licensed under the MIT License.