Welcome to the official repository for the TUDev Club website, a space for hackers and makers at Temple University. This project is built using Next.js to provide a modern, performant, and easy-to-maintain website for our club.
TUDev is a student club at Temple University dedicated to fostering a community of hackers and makers. Our website serves as a hub for information about upcoming events, projects, and resources for our members.
- React - A front-end JavaScript library for building UI
- Next.js - A React framework for production
- Bootstrap Icons - UI Icons
- Bootstrap - UI Toolkit
- ReactStrap - a React component library for Bootstrap
To get a local copy up and running, follow these simple steps.
Make sure you have the following installed:
-
Clone the repo
git clone https://github.com/daveyloder/tudev-nextjs.git
-
Install Packages Using NPM:
cd tudev-nextjs npm install
Or Yarn:
yarn install
To run the project locally, use the following command:
npm run dev
or if you are using Yarn
yarn dev
Open http://localhost:3000 with your browser to see the result.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
TUDev - [email protected]
Project Link: https://github.com/daveyloder/tudev-nextjs
Feel free to modify any section as per your specific needs and details. If you have any additional information or sections you'd like to include, let me know!