Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Latest commit

 

History

History
36 lines (23 loc) · 923 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 923 Bytes

FYEM Jekyll (Foster Youth Experience Map)

Prerequisites

This site uses Jeykll to build and serve the website and npm to manage dependencies.

Usage

Clone this template from github.

Install the dependencies and start the development server.

$ npm install
$ npm run build
$ npm run serve

Open your browser to http://localhost:4000/.

Deployment

To deploy this site, run npm run deploy. This assumes that you are authenticated with Cloud.gov and have targeted the fyem-production space.