-
Notifications
You must be signed in to change notification settings - Fork 31
1. General Development Guide for Monorepo
Steven Pham edited this page Apr 24, 2019
·
4 revisions
This wiki will guide you to get quickly get started with development
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
https://nodejs.org/dist/v10.15.3/node-v10.15.3.pkg
yarn (package manager)
brew install yarn
TypeScript (tsc command)
npm install -g typescript
git clone https://github.com/TracerBench/tracerbench.git
cd tracerbench/
yarn install
#TODO sample output
#TODO
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
lerna is used as the monorepo manager
There are 4 subprojects within this monorepo (linked are their own development wikis)
- cli - The web framework used
- tracerbench - A web application benchmarking tool providing clear, usable insights for performance regressions with continuous integration hooks
- har-remix - HAR-Remix allows the offline serving of HTTP Archive (HAR) files.
- har - Provides typing to parsed JSON from a HAR archive.
#TODO
Lock step mention? #TODO
#TODO
#TODO