This repository hosts the TechMarkets pitchdeck showcase website, which presents the TechMarkets platform pitch in various formats following established pitchdeck methodologies.
TechMarkets is a decentralized marketplace for buying and selling electronic devices using cryptocurrency. The platform facilitates transactions between buyers and sellers of new and used tech hardware, with all transactions denominated in Tezos (XTZ).
The showcase includes the following pitchdeck formats:
- Guy Kawasaki Method - A 10-slide format focused on key aspects of the business
- theHustle.co Method - An 11-slide structure emphasizing vision, problem, solution, and market
- Oxford Business School Method - A structured approach to presenting business concepts
- Google Ventures Method - A comprehensive format with appendix for additional information
- Mac Conwell Method - A 13-slide format with storytelling approach
- Jason Chen Method - A question-based format focused on problem-solving
- Ibtikar Fund Method - An image-heavy presentation with minimal text
Simply visit the website and use the dropdown menu to switch between different pitchdeck formats.
To run this site locally:
- Clone this repository
- Important: You must serve the files through a local web server rather than opening them directly as files. This is because the site uses fetch requests to load the markdown files, which don't work with the
file://protocol due to browser security restrictions.
You can use one of these methods to run a local server:
# If you have Python installed:
# Navigate to the project directory, then run:
python -m http.server
# Then open your browser to: http://localhost:8000# If you have Node.js installed:
# Navigate to the project directory, then run:
npx serve
# Then open your browser to the URL shown in the terminal# If you have PHP installed:
# Navigate to the project directory, then run:
php -S localhost:8000
# Then open your browser to: http://localhost:8000This site is designed to be easily deployed to GitHub Pages:
- Push the repository to GitHub
- Enable GitHub Pages in the repository settings (Settings > Pages)
- Select the main branch as the source
- Your site will be available at
https://[username].github.io/[repository-name]/
© 2025 Greenfire Inc. All rights reserved.
For inquiries about TechMarkets, please contact:
- Website: techmarkets.io
- Email: contact@greenfire.io