We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89bbd66 commit 2ac1663Copy full SHA for 2ac1663
README.md
@@ -4,9 +4,11 @@ To debug [Agenda](https://github.com/Agenda/agenda):
4
5
1. `git clone https://github.com/agenda/agenda.git`
6
2. In cloned directory, type:
7
- - `npm link` to globally link the direcotry
8
- - `yarn` to install dependencies
9
- - `yarn build` to run the build
+ - `npm link` to globally link the directory,
+ - `yarn` to install dependencies,
+ - and finally `yarn build` to run the build.
10
3. Clone this demo repository `git clone https://github.com/agenda/agenda-demo.git`
11
4. In cloned demo directory, type `npm link agenda`
12
5. Run `npm test`
13
+
14
+Feel free to build upon this to expand it to full-fledged example project!
0 commit comments