Skip to content

Latest commit

 

History

History
83 lines (59 loc) · 1.59 KB

README.md

File metadata and controls

83 lines (59 loc) · 1.59 KB

GigSite

GigSite contains frontend and backend directories.

Installation

Use npm to install dependencies in both client and server.

cd frontend
npm install
cd ../backend
npm install

Usage

Run client & server on different CLI tabs:

$ cd backend && python manage.py runserver
$ cd frontend && npm run dev

Contributing

Create as many branches as necessary to complete your project.

For pushes to master or merge pull requests, please contact [email protected].

Copyright

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