Skip to content

civic-tech-lab/commonplace-frontend

Repository files navigation

CommonPlace

Overview

This is the frontend repository for Civic Tech's CommonPlace project. It was bootstrapped with Create React App and has not been ejected yet. You can find more info about the tools and packages used in the Create React App docs.

Setup

Clone the repo and install the dependencies with either yarn or npm install. In the following examples, yarn and npm can be used interchangeably.

To run the project in development, run yarn start.

Build

To build the project, run yarn build.

Testing

Unit tests use Enzyme and Jest and can be run with yarn test.

Storybook

You can preview the components used to assemble this app using @storybook/react. To start the storybook server, run yarn storybook.

License

GNU General Public License v3.0