We are seeking collaboration to design the website on Figma.
https://www.figma.com/design/jRPYU80RWHxfvz6cpYbsMI/PINAC-Web?node-id=0-1&t=yq0Lu7CfoWjVN7ge-1
.
├─] .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
-
Clone the Repository
git clone https://github.com/pinacai/pinac_web.git && cd pinac_web
-
Install Node dependencies
npm install
-
Start the App
npm run dev
We highly welcome contributions! Please follow the steps if you're interested.
- Star the repository
- Fork the repository on GitHub.
- Clone the project to your machine.
- create your own branch.
- Commit changes to your branch.
- Push your work back up to your fork.
- 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!
PINAC Web is licensed under the MIT License. See the LICENSE file for more details.