Skip to content

docs: start new dev project #744

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ We use **yarn workspaces** to manage all sub packages. here is a list of command

You have to utilize yarn workspaces’ `noHoist` feature to use otherwise incompatible 3rd party dependencies working in the Mono-Repo environment.

### Creating a local project using algob from source

If you want to test the latest algob version from the `develop` branch, you can:

- `cd <path to algo-builder repo>/packages/algob` and run `./project-dev-script.sh`
- create a new node project and use link (`npm link` or `yarn link`) to link dependencies

### Testing

Each package has rich test suites. Whenever you add something new make sure you provide a test.
Expand Down