This is the frontend user interface for Inclusive Care Colorado.
It is using:
- Gatsby
- Tailwind CSS
- Tailwind UI
- Install Gatsby
-
Clone this repo and
cd
into itgit clone git@github.com:OutBoulderCounty/icc-ui.git cd icc-ui
-
Install dependencies
npm install
-
Run the server
gatsby develop
- To do anything in the admin dashboard, you will need to have a
.env.development
file (ask Clark for the appropriate values) and the backend services running as well. See the OutBoulderCounty/icc-services for instructions.