Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.31 KB

File metadata and controls

35 lines (25 loc) · 1.31 KB
title Getting Started
description From clone to running app to first contribution
audience developer

Wiki HomeContributing

Getting Started

git clone https://github.com/jermbo/SampleAPIs.git
cd SampleAPIs
npm install && npm install --prefix server && npm install --prefix client
npm run dev

Server at http://localhost:5555, site at http://localhost:4444 — details in Local Development.

Orient yourself

Contribution ideas

The most valued contribution is new or improved datasets — the project exists to give learners interesting data to play with. Process-wise, start with an issue before you code (see Pull Request Flow).

Related