Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 605 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 605 Bytes

A screenshot of the website showing domain names generated from Jane Austen's Pride and Prejudice.

Literary.Domains

Great domain name ideas from great literary work.

Try it at literary.domains.

Development

  1. Install dependencies:
pip install -r requirements.txt
  1. Optionally enable debug mode.
export FLASK_DEBUG=1
  1. Start the local development server.
flask run