0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 00:46:45 +01:00
posthog/bin/start-frontend

7 lines
73 B
Plaintext
Raw Normal View History

#!/bin/bash
set -e
2020-01-24 20:00:25 +01:00
cd frontend
yarn install
yarn build-editor
yarn start