Giter Club home page Giter Club logo

klimaralley's Introduction

klimaralley

stack

frontend

  • vite
  • react
  • tailwind
  • daisyui

backend

  • spring boot

Development

A short explanation on how to work on this repository, if you never worked with submodules before. A submodule is in a nutshell a Git repostory inside another Git repository, their state is tracked seperately.

Cloning

Because this repository that contains submodules, you need to take an extra step to ensure that the submodules are also cloned (downloaded). This is done using the --recurse-submodules flag:

git clone --recurse-submodules https://github.com/j0giwa/klimaralley

This command clones the main repository along with all its submodules. If for some reason the submodules weren't cloned, you can initialize and update them manually:

git submodule update --init

Commiting

One thing to keep in mind is that if you make changes to a submodule, those changes are not automatically reflected in the main repository. You need to explicitly commit the new version of the submodule to the main repository.

cd .. # go to main-repository
git add submodule # replace 'submodule' with the name of the submodule (obviously)
git commit -m "Updated submodule to latest version"

By doing this, you're telling Git that the submodule is now at a new state, and you want to record that change in the main repository.

Design Template

That is the link to the design template for all who want to customize to their own project. Make sure to be registered as student i.e. with your university adress. link: https://www.figma.com/design/Ln7LYih8IQdxpfCRG3nczu/Design_Template?node-id=0-1&t=MJKa0BzZQG7Ef6rE-1

klimaralley's People

Contributors

j0giwa avatar walterwendji avatar jbjeff avatar cbu-byte avatar

Stargazers

Mohamed Elslakawy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.