This repository contains the codebase for the powerimo.org website. Built using React and TypeScript with Next.js as the framework. The project utilizes Shadcn/UI for a clean, responsive, and consistent user interface.
- Node.js (v18 or higher)
- pnpm or npm or yarn
-
Clone the repository:
git clone https://github.com/powerimo/powerimo-site.git cd powerimo-site -
Install dependencies:
pnpm install # or npm install # or yarn install
-
Start the development server:
pnpm run dev # or npm run dev # or yarn dev
-
Open your browser and navigate to
http://localhost:3000to view the application.
Contributions are welcome! If you have any suggestions, bug reports, or want to contribute code, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.
Feel free to customize this template to better fit the specific details and needs of your project.