This is the source code for 3perf.com, a site of PerfPerfPerf, a performance consulting agency.
- Clone the repository:
git clone --recurse-submodules git@github.com:3perf/website.git cd website
- Install
node_modules
using yarn:yarn
- Run a local development server:
yarn develop