Skip to content

Commit ebd3a62

Browse files
authored
update readme with build instructions (Mintplex-Labs#41)
1 parent 9092b0b commit ebd3a62

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ This monorepo consists of three main sections:
4444

4545
### How to get started
4646
- `yarn setup` from the project root directory.
47-
48-
This will fill in the required `.env` files you'll need in each of the application sections. Go fill those out before proceeding or else things won't work right.
47+
- This will fill in the required `.env` files you'll need in each of the application sections. Go fill those out before proceeding or else things won't work right.
48+
- `cd frontend && yarn install && cd ../server && yarn install` from the project root directory.
49+
4950

5051
Next, you will need some content to embed. This could be a Youtube Channel, Medium articles, local text files, word documents, and the list goes on. This is where you will use the `collector/` part of the repo.
5152

@@ -58,4 +59,4 @@ Next, you will need some content to embed. This could be a Youtube Channel, Medi
5859
### Contributing
5960
- create issue
6061
- create PR with branch name format of `<issue number>-<short name>`
61-
- yee haw let's merge
62+
- yee haw let's merge

0 commit comments

Comments
 (0)