Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (13 loc) · 833 Bytes

File metadata and controls

24 lines (13 loc) · 833 Bytes

StarbaseCommunityWebsite

An open-source Starbase community website.

How to run:

Docker:

Docker Compose should take care of everything and automatically build the containers & run the webserver.

Run docker-compose up in the base directory (the folder which has the docker-compose.yml file).

Not Docker:

In case you want to run the backend without Docker (not recommended), you can simply run python manage.py runserver in the backend directory. Be sure to install the necessary requirements from backend/requirements.txt first, though.

For the frontend, you should be able to use ng serve in the frontend directory, after the necessary steps to install Angular.

Contact:

We primarily use Discord for communication.

  • Backend: Max#0007

  • Frontend: Pasu#3669