components/*
- React components in use throughout the site.context/*
- Context and reducers providing global state.data/*
- JSON data in use as a database.hooks/*
- Custom React hooks.lib/*
- Library, a collection of utilities.pages/api/*
- API routes exposing database.pages/*
- All pages of the site.public/*
- Static assets including favicons and product images.
$ git clone https://github.com/KNIF/store.git
$ cd store
$ yarn
$ yarn dev