Welcome to the Akhanda Seva Samsthan (ASS) website repository! This website is built using Next.js, Tailwind CSS, Vercel, and Web3Forms to create a modern and efficient online presence for the NGO.
Akhanda Seva Samsthan is a non-profit organization committed to various social causes, and this website serves as a platform to showcase their initiatives, events, and connect with volunteers and supporters. The website aims to provide a user-friendly and informative experience to visitors.
-
Next.js: The website is built using Next.js, a React framework for building fast and scalable applications.
-
Tailwind CSS: Tailwind CSS is used for styling, providing a utility-first approach for designing the UI.
-
Vercel: The website is deployed on Vercel, offering a seamless deployment process with automatic scaling and continuous integration.
-
Web3Forms: Web3Forms is integrated for handling forms on the website, making it easy to collect and manage user data securely.
To run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/ddileep01/ASS_Website
cd ASS_Website
- Install dependencies:
npm install
- Run the development server:
npm run dev
Visit http://localhost:3000
in your browser to see the website.
/pages
: Contains the Next.js pages for different sections of the website./public
: Houses static assets like images, fonts, etc./styles
: Holds the stylesheets, with Tailwind CSS utilities./components
: Reusable React components used across different pages./lib
: Utility functions, configurations, and integrations.
The website is automatically deployed on Vercel for every push to the main branch. Visit https://akhanda-seva-samsthan.vercel.app/ to access the live website.
If you would like to contribute to the project, please follow the contribution guidelines.
This project is licensed under the MIT License, which means you are free to use, modify, and distribute the code.
Feel free to reach out if you have any questions or suggestions. Thank you for your interest in contributing to Akhanda Seva Samsthan!