Sinatra starter web app skeleton # Clone this repository git clone [email protected]:suongp/skeleton.git yourapp # Delete the git cd yourapp rm -rf .git # Set up new git git init and you're good to go! Happy coding!