This is a workspace to work with both StoryStore UI and StoryStore PWA 🔒 repositories in a local environment (a.k.a. localhost).
git clone https://github.com/PMET-public/pwa-workspace.git --recursive
Start by setting your environment variables in storystore-pwa. You can do so by copying the the .env file from the sample template cp ./storystore-pwa/.env.sample ./storystore-pwa/.env
Then, open the file in you editor of choice code storystore-pwa/.env
and change the your environment accordingly.
From the root folder of your project, run yarn install
From the root folder of your project, run yarn dev
. This is going to run both StoryStore UI and StoryStore PWA on watch mode.