Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 564 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 564 Bytes

StudentPlatform

A student platform

Build Status

Greenkeeper badge

Contribution

Please use yarn as package manager

How to Contribute

Develop

  1. Start Django
python3 manage.py runserver 8000
  1. Start Frontend Dev Server
cd react
yarn start