Welcome to the APS Website repository! This project aims to create an online platform for astronomy enthusiasts to connect, learn, and explore the wonders of the universe together.This website aims to provide resources, tools, and a space for members to engage in discussions, share observations, and participate in club activities.
- Clone this repository to your local machine using the following command:
git clone https://github.com/singh-ab/APS_IIITDMJ.git
- Run
cd APS_IIITDMJ
- Run
npm install
or if you prefer yarn,yarn
- Install dependencies:
npm i framer-motion clsx tailwind-merge react-element-to-jsx-string
oryarn add framer-motion clsx tailwind-merge react-element-to-jsx-string
if you're using yarn - Add a
.env
file inside the main directory , and copy the content from.env.example
. - Go to clerk.com and create your account . Then from your dashboard , choose create an app and add the authentication types and choose nextjs .
- Copy the environment variables from the documentation and paste them inside
.env
- Run application:
npm run dev
oryarn run dev
- Stay updated on upcoming events such as stargazing sessions, guest lectures, workshops, and club meetings.
- Easily add events to your personal calendar and set reminders.
- Record your observations of celestial objects and phenomena.
- Share your observations with other members and receive feedback.
- Browse through logs submitted by other members for inspiration and learning.
- Access a variety of educational resources including articles, videos, tutorials, and recommended reading lists.
- Learn about astronomy fundamentals, observational techniques, and recent discoveries in the field.
- Engage in discussions with fellow members on topics ranging from astrophotography tips to cosmological theories.
- Ask questions, share insights, and connect with like-minded individuals passionate about astronomy.
- Create a personalized profile to share your interests, expertise, and astronomical experiences.
- Connect with other members, view their profiles, and send private messages.
- Share your astrophotography images, sketches, and artwork.
- Explore a diverse collection of celestial images contributed by members of the community.
- Get involved in outreach activities aimed at promoting astronomy education in schools and communities.
- Volunteer for events such as public stargazing sessions, school presentations, etc.
To contribute to the Astronomy Club Website, follow these steps:
- Clone this repository to your local machine using the following command:
git clone https://github.com/singh-ab/APS_IIITDMJ.git
- Check the "Issues" section for this repository and select your prefered issue to work on.
- After working on that isuue, raise a "Pull Request" for review.
- Now you are good to go. Keep contributing!!!