mirror of
https://github.com/BillyOutlast/posthog.com.git
synced 2026-02-04 03:11:21 +01:00
b61e6681e4987988f2d981ff9d77cadd8bdb3d53
* Changed Branding to sentence case * Changed Communication to sentence case * Changed Security to sentence case * Delete standups.md * Changed Working with Design to sentence case * Changed Common issues to sentence case * Changed Development process to sentence case * Changed Setting up EE to sentence case * Changed Onboarding customers to sentence case * Changed Release new version to sentence case * Changed Releasing Python to sentence case * Changed Demos to sentence case * Changed Sales Ops to sentence case * Changed YC onboarding to sentence case * Changed Growth strategy to sentence case * Changed Benefits to sentence case * Converted Compensation page to sentence case * Converted Hiring process page to sentence case * Converted Offboarding page to sentence case * Converted Onboarding page to sentence case * Converted side gigs page to sentence case * Converted spending money page to sentence case * Converted Team page to sentence case * Converted Time off page to sentence case * Update business-model.md * Delete investor-updates.md * Update strategy.md * Update STYLEGUIDE Change to sentence case for titles * remove duplicate Strategy menu, only link Investors from Company section * fix a bunch of stragglers * even more Sentence Case stragglers! Co-authored-by: Cory Watilo <corywatilo@gmail.com>
PostHog.com - Docs, Website, and Handbook
This is the repository for the PostHog website, which includes our Docs and Handbook.
Please feel free to suggest any changes. See our contributing guide for more information.
Quick Start
-
Pre-Installation
npm install --global yarn -
Start Developing
Clone the repo then navigate into your new site’s directory, install the site dependencies, and start it up.
cd posthog.com/ yarn yarn start -
Open the Source Code and Start Editing!
Your site is now running at
http://localhost:8000!Note: You'll also see a second link:
http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.
If you are using Apple M1 (read this for more):
rm -rf ./node_modules
brew install vips
yarn install
It is also possible to use docker:
docker run -it --rm \
-w /app -v "$PWD":/app \
-p 8000-8001:8000-8001 \
-e INTERNAL_STATUS_PORT=8001 \
node:14-slim \
sh -c 'yarn && yarn start'
Questions?
Join our Slack community.
Languages
TypeScript
61%
MDX
32.4%
JavaScript
6.1%
CSS
0.5%