Skip to content

renderedtext/coming-soon

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.

Releases

No releases published

Packages

No packages published

Languages