Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.04 KB

Halcyon

A self-care application built upon React and Framework7 to provide a wholesome experience.

Halcyon Bird

Public Link on Netlify at https://halcyon.caephler.com

Netlify Status

Backend API hosted on Heroku

Team members and contributions

Name Role
Adam Chew Yong Soon Backend, Database, Authentication
Gabriel Tan Chuan En Frontend, UI/UX
He Xinyue Art and Design, UI/UX
Lim Yong Shen, Kevin Backend, Docker, Deployment

Deploying Locally

  1. Run the backend by running docker-compose up in the backend directory.
  2. Install frontend dependencies by running yarn in the frontend directory.
  3. Run the frontend by running yarn start in the frontend directory.