This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
posthog
Watch
0
Star
0
Fork
0
You've already forked posthog
mirror of
https://github.com/PostHog/posthog.git
synced
2024-11-28 00:46:45 +01:00
Code
Issues
Releases
Activity
a9ff149293
posthog
/
bin
/
start-frontend
7 lines
73 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Improve readme with production installation instructions
2020-02-09 23:39:05 +01:00
#!/bin/bash
set -e
Move api stuff around
2020-01-24 20:00:25 +01:00
cd frontend
Improve readme with production installation instructions
2020-02-09 23:39:05 +01:00
yarn install
yarn build-editor
yarn start
Copy Permalink