3perf / website

The site of PerfPerfPerf, a web performance consulting agency
https://3perf.com
18 stars 4 forks source link

3perf.com

This is the source code for 3perf.com, a site of PerfPerfPerf, a performance consulting agency.

How to run website locally

  1. Clone the repository:
    git clone --recurse-submodules git@github.com:3perf/website.git
    cd website
  2. Install node_modules using yarn:
    yarn
  3. Run a local development server:
    yarn develop