Skip to content

samaritanministries/paragon

Repository files navigation

Paragon

Paragon Framework example page

npm version

Below are instructions on how to run and update the Paragon example page. If you would like to just import Paragon into your existing project, navigate to the paragon npm package or run:

npm i paragon-framework

Running the example page project

Note: Our example page was built with GatsbyJS.

Clone the repository with git

git clone https://github.com/samaritanministries/paragon.git

Start in develop mode

Next, move into your new site’s directory, run npm install and start it up:

cd paragon
npm install
gatsby develop

The paragon example site is now running at http://localhost:8000.