Skip to content

Zzhiwei/Peerprep

 
 

Repository files navigation

Getting Started

Prerequisites

  1. Install Docker

Setup for Local Development

  1. Clone git repository

Open your terminal and clone this repository into a directory of your choice.

cd <path to directory of choice>
git clone https://github.com/CS3219-AY2223S1/cs3219-project-ay2223s1-g17.git
  1. Build and run local docker environment

Start up your docker desktop application and ensure that docker daemon is up and running. Then, use this command to boot up the local development environment:

docker compose up --build 

Subsequently, you can boot up the local development environment without the build flag:

docker compose up
  1. Access the application

You can now access the frontend of the application at http://localhost:3000

About

real time collaborative coding web app built with micro-service architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.1%
  • Other 0.9%