GigSite contains frontend and backend directories.
Use npm to install dependencies in both client and server.
cd frontend
npm install
cd ../backend
npm install
Run client & server on different CLI tabs:
$ cd backend && python manage.py runserver
$ cd frontend && npm run dev
Create as many branches as necessary to complete your project.
For pushes to master or merge pull requests, please contact [email protected].
Copyright (C) ampmusic.co LLC - All Rights Reserved Unauthorized copying of this repository, via any medium is strictly prohibited Proprietary and confidential Written by ampmusic.co, September 2021