Skip to content

Commit

Permalink
build dirs too
Browse files Browse the repository at this point in the history
  • Loading branch information
andytudhope committed Dec 13, 2023
1 parent 225cc18 commit 7253d13
Show file tree
Hide file tree
Showing 3,853 changed files with 3,642,814 additions and 3 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
generated
build
package-lock.json

#env
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ npm i -g yarn
npm i -g hardhat
```

3. Clone this repo and install all the necessary dependcies:
3. Clone this repo. Unfortunately, we have had to add the node_modules folder manually as some dependencies are no longer available:

```bash
git clone https://github.com/kernel-community/signature-economies.git
cd signature-economies
yarn install
```

4. Now you can begin running the various scripts in the `package.json` file. For instance, to run the smart contract tests found in `packages/hardhat/test`:
Expand Down
Loading

0 comments on commit 7253d13

Please sign in to comment.