Skip to content

daveyloder/tudev-nextjs

Repository files navigation

TUDev Club Website

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.

Table of Contents

About the Project

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.

Built With

Getting Started

To get a local copy up and running, follow these simple steps.

Prerequisites

Make sure you have the following installed:

  • Node.js (v14.x or later)
  • npm (v6.x or later) or yarn (v1.x or later)

Installation

  1. Clone the repo

    git clone https://github.com/daveyloder/tudev-nextjs.git
  2. Install Packages Using NPM:

    cd tudev-nextjs
    npm install
    

    Or Yarn:

    yarn install
    

Usage

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.

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

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!

About

The code for TUDev website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published