Skip to content

miyanokomiya/mind-xx-acpr

Repository files navigation

Build Status Coverage Status

mind-xx-acpr

Mind XX ACPR project

production
https://mind-xx-acpr.firebaseapp.com/

staging
https://mind-xx-acpr-stg.firebaseapp.com/

Install dependencies

yarn install

Run dev-server connecting to staging database

yarn serve

Run storybook server

yarn storybook:serve

Lint and fix

yarn lint

Run jest

yarn test:unit

Run puppeteer

with storybook server

Run storybook server

yarn storybook:serve

and run puppeteer.

yarn test:pupp

with express server

Build storybook and run script.

yarn storybook:build
yarn test:pupp:ex

headless mode

Run puppeteer with env: 'CI=1'.

CI=1 yarn test:pupp

Deploy staging

git push -f origin staging

Deploy production

Create PR targeting master branch and merge it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published