Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 955 Bytes

DEVELOPER.md

File metadata and controls

22 lines (12 loc) · 955 Bytes

Development

This is a workspace to work with both StoryStore UI and StoryStore PWA 🔒 repositories in a local environment (a.k.a. localhost).

Get Started

👯‍♀️ Clone Repo

git clone https://github.com/PMET-public/pwa-workspace.git --recursive

☝️ Configure your Environment

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.

✌️ Install Dependencies

From the root folder of your project, run yarn install

🤙 Run Development

From the root folder of your project, run yarn dev. This is going to run both StoryStore UI and StoryStore PWA on watch mode.