Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.52 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.52 KB
Procedure Logo

Procedure Portfolio

A modern, performant portfolio website showcasing capabilities and projects.


Table of Contents


About

Procedure Portfolio is a dynamic web application built to demonstrate professional capabilities, showcase projects, and provide an interactive platform for potential clients or employers. The site features a clean, modern design with smooth transitions and responsive layouts.


Tech Stack

  • Framework: Next.js 15 (React Framework)
  • Styling: Tailwind CSS
  • Deployment: GitHub Pages
  • UI Components: Custom components with Headless UI
  • Performance: Server-side rendering and static generation
  • Type Safety: TypeScript

Running Locally

  1. Clone the repository: git clone https://github.com/proceduretech/proceduretech.github.io.git
  2. Navigate to the project directory: cd proceduretech.github.io
  3. Install dependencies: npm install or yarn install
  4. Start the development server: npm run dev or yarn dev
  5. Open the website in your browser: http://localhost:3000

Contributing

We welcome contributions to improve the website's functionality and design. Please see our CONTRIBUTING.md for guidelines on how to submit improvements and bug fixes.