Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 334 Bytes

History-Setup.md

File metadata and controls

16 lines (12 loc) · 334 Bytes

Overview

This document is a log of the initial setup steps that were performed.

Steps

Set Up Monorepo

  1. Create atoll-mono root folder.
  2. npm init
  3. npm init -w packages/shared --scope atoll
  4. npm init -w packages/web-app --scope atoll
  5. npm init -w packages/desktop-app --scope atoll