The official website for amFOSS (FOSS@Amrita), one of India's premier student communities focused on Free and Open Source Software development. This website showcases the club's mission, achievements, team members, and activities.
- Node.js (version 18 or higher)
- npm, yarn, pnpm, or bun
- Clone the repository:
git clone https://github.com/amfoss/amFOSS.in.git
cd amFOSS.in
- Install dependencies:
npm install
- Run the development server: amFOSS.in:6-6
npm run dev
- Open http://localhost:3000 in your browser to see the website.
├── app/ # Next.js App Router pages
├── components/ # Reusable React components
├── content/ # JSON data files for website content
├── lib/ # Utility functions and configurations
├── public/ # Static assets
├── package.json # Project dependencies and scripts
├── tailwind.config.js # Tailwind CSS configuration
└── postcss.config.js # PostCSS configuration
The content for different sections is managed through JSON files in the content/
We welcome contributions! Whether you're fixing bugs, adding features, or improving documentation, your help is appreciated.
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature
) - Make your changes
- Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request