|
1 | | -This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app). |
| 1 | +<div align="center"> |
| 2 | + <img src="public/assets/logo.svg" alt="Procedure Logo" width="200"/> |
| 3 | + <h1>Procedure Portfolio</h1> |
| 4 | + <p>A modern, performant portfolio website showcasing capabilities and projects.</p> |
| 5 | +</div> |
2 | 6 |
|
3 | | -## Getting Started |
| 7 | +--- |
4 | 8 |
|
5 | | -First, run the development server: |
| 9 | +## Table of Contents |
6 | 10 |
|
7 | | -```bash |
8 | | -npm run dev |
9 | | -# or |
10 | | -yarn dev |
11 | | -# or |
12 | | -pnpm dev |
13 | | -# or |
14 | | -bun dev |
15 | | -``` |
| 11 | +- [About](#about) |
| 12 | +- [Tech Stack](#tech-stack) |
| 13 | +- [Running Locally](#running-locally) |
| 14 | +- [Contributing](#contributing) |
16 | 15 |
|
17 | | -Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. |
| 16 | +--- |
18 | 17 |
|
19 | | -You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. |
| 18 | +## About |
20 | 19 |
|
21 | | -This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel. |
| 20 | +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. |
22 | 21 |
|
23 | | -## Learn More |
| 22 | +--- |
24 | 23 |
|
25 | | -To learn more about Next.js, take a look at the following resources: |
| 24 | +## Tech Stack |
26 | 25 |
|
27 | | -- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. |
28 | | -- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. |
| 26 | +- **Framework**: [Next.js 15](https://nextjs.org/) (React Framework) |
| 27 | +- **Styling**: [Tailwind CSS](https://tailwindcss.com/) |
| 28 | +- **Deployment**: GitHub Pages |
| 29 | +- **UI Components**: Custom components with Headless UI |
| 30 | +- **Performance**: Server-side rendering and static generation |
| 31 | +- **Type Safety**: TypeScript |
29 | 32 |
|
30 | | -You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome! |
| 33 | +--- |
31 | 34 |
|
32 | | -## Deploy on Vercel |
| 35 | +## Running Locally |
33 | 36 |
|
34 | | -The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. |
| 37 | +1. Clone the repository: `git clone https://github.com/proceduretech/proceduretech.github.io.git` |
| 38 | +2. Navigate to the project directory: `cd proceduretech.github.io` |
| 39 | +3. Install dependencies: `npm install` or `yarn install` |
| 40 | +4. Start the development server: `npm run dev` or `yarn dev` |
| 41 | +5. Open the website in your browser: `http://localhost:3000` |
35 | 42 |
|
36 | | -Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details. |
| 43 | +--- |
| 44 | + |
| 45 | +## Contributing |
| 46 | + |
| 47 | +We welcome contributions to improve the website's functionality and design. Please see our [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on how to submit improvements and bug fixes. |
0 commit comments