/pubpub-experiments-site

PubPub Experiments Site

Primary LanguageJavaScript

Experiments Site

## Install & run

npm i && npm start

Go to http://localhost:3000/.

Build

npm run build

This will create a dist/ folder with a minified js bundle which will be used on any environment which isn't undefined (i.e. not local).

npm run start-prod

API

The API used for this frontend is available at https://github.com/isTravis/pubpub-experiments-api.