Skip to content

CollageLabs/collagelabs.org

Folders and files

NameName
Last commit message
Last commit date
Jan 10, 2024
Jan 16, 2020
Apr 27, 2022
Jan 5, 2024
Apr 27, 2022
Apr 27, 2022
Apr 27, 2022
Jan 19, 2020
Jan 19, 2020
Jan 3, 2024
Apr 7, 2020
Jul 31, 2020
Apr 27, 2022
Apr 27, 2022
Jul 4, 2019
Apr 27, 2022
Apr 27, 2022
Jan 3, 2024
Jun 27, 2019
Jan 3, 2024
Jan 10, 2024
Jan 10, 2024
Apr 27, 2022
Jul 4, 2019
Apr 27, 2022
Jan 2, 2023
Jan 3, 2024
Aug 12, 2019
Feb 6, 2020
Jan 3, 2024
Jan 3, 2024
Apr 27, 2022
Jan 19, 2020
Apr 8, 2020
Jan 16, 2024
Jan 19, 2020
Jan 19, 2020
Apr 27, 2022
Jan 3, 2024
Apr 9, 2024

Repository files navigation

Current version: 0.2.5

How to start hacking this website?

  • Install Docker Community Edition according with your operating system

  • Install Docker Compose according with your operating system.

  • Install a git client.

  • Clone the repository at https://github.com/CollageLabs/collagelabs.org.

      git clone https://github.com/CollageLabs/collagelabs.org
    
  • Open a terminal and navigate to the newly created folder.

  • Change to the develop branch.

      git checkout develop
    
  • Execute the following command to create the docker image (first time only):

      make image
    
  • Execute the following command to install dependencies:

      make dependencies
    
  • Execute the following command to start the project, which you can see in localhost:5000:

      make serve
    
  • Execute the following command to stop the project (you can also hit ctrl+C):

      make stop
    

Made with πŸ’– and πŸ”

Banner

Web collagelabs.org Β· GitHub @CollageLabs Β· Twitter @CollageLabs