groundwork-cornerstone v1.0.0
The Groundwork Cornerstone
The starting point for building Groundwork-powered sites using React. Cornerstone is a collection of components, routes, and utilities for creating effective digital experiences for mission driven organizations.
Local development
git clone git@github.com:thegroundwork/groundwork-cornerstone.git
npm install
npm startFor all other local development info, see the Create React App details below.
Displaying Lint Output in your Editor
In package.json we include the eslintConfig. You will likely need to follow
these extra setup steps: https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#displaying-lint-output-in-the-editor
⚠️⚠️ NOTE: If you are getting odd errors when running npm start or npm run build double check you have all the packages from the link above installed globally. ⚠️⚠️
A Create React App project
This project was bootstrapped with Create React App. For the most up to date documentation, see that repo.
9 years ago