Skip to content

Latest commit

 

History

History
executable file
·
19 lines (16 loc) · 441 Bytes

File metadata and controls

executable file
·
19 lines (16 loc) · 441 Bytes

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