Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 631 Bytes

File metadata and controls

28 lines (20 loc) · 631 Bytes

Website

This is the primary website for OpenSource @ TUM.

Contributing

Contributions are welcome! Please follow these guidelines:

  1. Fork the repository.
  2. Clone the repository
    git clone https://github.com/YOUR-USERNAME/Website.git
    cd Website
  3. Install dependencies and start the development server.
    npm install
    npm run dev
  4. Make your changes and commit them with a descriptive message to a branch.
  5. Push your changes to your fork.
  6. Submit a pull request.

License

This project is licensed under the GPL License - see the LICENSE file for details.