You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,24 +20,25 @@
20
20
</a>
21
21
</p>
22
22
23
-
Repository for Smart Legal Contract Templates that conform that to the [Accord Project Template Specification][techspec], the protocol is managed by the open-source community of the [Accord Project][aphome].
23
+
Repository for Smart Legal Contract Templates that conform that to the [Accord Project Template Specification][techspec], the protocol is managed by the open-source community of the [Accord Project][aphome].
24
24
25
25
These templates can be parsed and executed by the [Cicero][cicero] engine.
26
26
27
27
## Library
28
28
29
-
The contents of this repository is automatically tested, built and published to the
29
+
The contents of this repository is automatically tested, built and published to the
30
30
Accord Project Template Library, hosted at https://templates.accordproject.org.
31
31
32
32
## Contributing
33
33
34
-
Can't find something? Then why not make a new template yourself?
34
+
Can't find something? Then why not make a new template yourself?
35
35
36
36
[Follow the instructions in the docs.][ctlguide]
37
37
38
38
## Testing
39
39
40
40
To install and test all the templates locally, clone this repository and use lerna:
41
+
41
42
```
42
43
npm install -g lerna@^3.15.0
43
44
lerna bootstrap
@@ -47,11 +48,13 @@ lerna run test
47
48
## Building Static Pages
48
49
49
50
To generate the static HTML pages for each template, run:
51
+
50
52
```
51
53
npm run build
52
54
```
53
55
54
56
By default, old pages will include links to newer versions of templates, to skip regeneration of old pages with the latest set of links, run:
57
+
55
58
```
56
59
SKIP_DROPDOWNS=true npm run build
57
60
```
@@ -108,18 +111,15 @@ Copyright 2018-2022 Clause, Inc. All trademarks are the property of their respec
0 commit comments