0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 18:07:17 +01:00
posthog/bin/start-frontend
2020-03-18 13:41:46 +01:00

6 lines
44 B
Bash
Executable File

#!/bin/bash
set -e
yarn install
yarn start