Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 426 Bytes

File metadata and controls

29 lines (16 loc) · 426 Bytes

interncomp-platform

A parent repo for interncomp project

Initial Setup

Cloning the project

Use following command to clone:

git clone --recurse-submodules https://github.com/InternComp/interncomp-platform.git

To update all repos:

git submodule update --remote

Setup .env files

Setup .env files as discussed in assignment submission.

Running the code

See manual-setup.md in this repo.