Skip to content

omakase-js/omakase

Repository files navigation

Omakase

A JS Stack curated by the folks at Artsy.


This repo is still a WIP. Our aims:

Done

TODO

  • There is a react-scripts fork
  • The "omakase" is a collection of small modules which combine webpack-y stuff ( see zeit/next-plugins/ )
  • There is a preset which is basically making sure this list is set up

How do I work on this?

git clone https://github.com/omakase-js/omakase.git
cd omakase

yarn install
code .

# Run tests to prove it all works
yarn test