Skip to content

goinvo/healthcare-map

This branch is 1 commit ahead of, 1 commit behind master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

76e5673 · Dec 7, 2022

History

28 Commits
Nov 16, 2020
May 4, 2020
Nov 13, 2020
Nov 16, 2020
Apr 27, 2020
May 4, 2020
Jan 11, 2021
Apr 27, 2020
Nov 28, 2022
Dec 7, 2022
Nov 11, 2020
May 4, 2020

Repository files navigation

US Healthcare System Map

==========

Getting Started

Install Node

This project uses NodeJS at its core. Go to NodeJS, download, and install.

Install project dependencies

To start, open up your favorite shell, cd to this directory, and install the dependencies by running

 $ npm install

Start it up

As you make and save changes, grunt will watch the index file and sass folder and compile these changes. To start, run

 $ grunt

To view changes via a local server, open a new tab in your shell and run

 $ node server

You can access the local server at localhost:1337

Committing updates

As a github.io page, when changes are committed to master, they are pushed to the live site at https://goinvo.github.io/healthcare-map/.

License

This open source project is licensed under the Apache license (https://www.apache.org/licenses/LICENSE-2.0).