[go: up one dir, main page]

Skip to content

pinacai/pinac_web

Repository files navigation

header


Star Badge Open Source Love View Repositories

Building the Website Page for PINAC Workspace

We are seeking collaboration to design the website on Figma.

✍ Figma Design

https://www.figma.com/design/jRPYU80RWHxfvz6cpYbsMI/PINAC-Web?node-id=0-1&t=yq0Lu7CfoWjVN7ge-1

📂 File Structure

  .
  ├─] .env.local (ignored)
  ├── app/
  │   ├── api/users/
  │   ├── auth/
  │   │   ├── auth.module.css
  │   │   ├── sign-in/
  │   │   │   └── page.tsx
  │   │   └── sign-up/
  │   │       └── page.tsx
  │   ├── layout.tsx
  │   └── page.tsx
  ├── components/
  │   ├── Navbar.tsx
  │   ├── Notification.tsx
  │   └── styles/
  │       ├── Navbar.module.css
  │       └── Notification.module.css
  ├── firebase/
  │   ├── config.tsx
  │   ├── server.ts
  │   └── firebaseContext.tsx
  |
  ├── next.config.mjs
  ├── package-lock.json
  ├── package.json
  ├── public/
  │   └── assets/
  │       ├── fonts/
  │       └── img/
  ├── sections/
  │   └── home/
  │       ├── AppPreview.tsx
  │       ├── FeatureSection.tsx
  │       ├── HeroSection.tsx
  │       └── styles/
  │           ├── AppPreview.module.css
  │           ├── FeatureSection.module.css
  │           └── HeroSection.module.css
  ├── styles/
  │   └── globals.css
  └── tsconfig.json

🚀 Getting Started

  1. Clone the Repository

    git clone https://github.com/pinacai/pinac_web.git && cd pinac_web
  2. Install Node dependencies

    npm install
  3. Start the App

    npm run dev

🎉 Contributing

We highly welcome contributions! Please follow the steps if you're interested.

  1. Star the repository
  2. Fork the repository on GitHub.
  3. Clone the project to your machine.
  4. create your own branch.
  5. Commit changes to your branch.
  6. Push your work back up to your fork.
  7. Submit a Pull request so that we can review your changes

Also you can contribute in other ways: Building design on Figma and providing functionality ideas!

📄 License

PINAC Web is licensed under the MIT License. See the LICENSE file for more details.