Built with MacOS. I don't know how good these instructions will be with other operating systems.
- Clone the repository
$ git clone https://github.com/jamie-fernandez/lightfeather.git
- Spin up the server powed by django with docker
$ docker-compose up --build
-
Open up a new terminal and cd into the frontend folder, then you should be able to turn on the vue app with
npm run serve -
If everything turned on as expected you should see the frontend at
http://localhost:8080/the backend submit endpoint athttp://0.0.0.0:8000/api/submit/and the supervisor endpoint athttp://0.0.0.0:8000/api/supervisors/