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-24 09:14:46 +01:00
Code
Issues
Releases
Activity
275834491a
posthog
/
bin
/
start-frontend
8 lines
96 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
Closes #71 make sure we disabled graphs when we do breakdown
2020-02-12 03:18:48 +01:00
rm -rf frontend/.cache
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