Fix npm instructions

@jamesacklin is this correct? Do I also need to add direnv allow?
This commit is contained in:
Zach Alberico 2023-01-03 16:32:52 -08:00 committed by GitHub
parent 202157577f
commit 2515923b76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ Landscape is built primarily using [React], [Typescript], and [Tailwind CSS]. [V
## Getting Started
To get started using Landscape first you need to run, `npm i && npm run bootstrap` at the top level of the greater urbit repo. This will install your npm dependencies and correctly link the current implementation of the packages at `pkg/npm/*` to your dependencies.
To get started using Landscape first you need to run, `npm i` from the `ui` directory. This will install your npm dependencies and correctly link the current implementation of the packages at `pkg/npm/*` to your dependencies.
If you intend to edit those packages will developing on Landscape, you should also have `npm run watch-libs` running to build and re-link them after every change.