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.
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
.
To build the project, run yarn build
.
Unit tests use Enzyme and Jest and can be run with yarn test
.
You can preview the components used to assemble this app using
@storybook/react
. To start the storybook server, run yarn storybook
.
GNU General Public License v3.0