Skip to content

Commit c78bf80

Browse files
committed
update readme
1 parent c29744c commit c78bf80

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
JMAP (JSON Meta Application Protocol) is a modern, efficient protocol for synchronizing email, calendars, and contacts over HTTP using JSON. It handles large datasets efficiently, supports push updates, and provides a consistent, easy-to-use interface across platforms.
44

55

6-
# Dev Setup
7-
6+
### Setup
87
- Clone the repository using
98
```
109
git clone github.com/maneeshaxyz/jmap
@@ -14,3 +13,16 @@ git clone github.com/maneeshaxyz/jmap
1413
```
1514
openssl req -x509 -newkey rsa:4096 -nodes -keyout server.key -out server.crt -days 365 -subj "/CN=localhost"
1615
```
16+
17+
### Build (source or dockerfile)
18+
- build from source:
19+
20+
```
21+
make
22+
```
23+
24+
- as dockerfile
25+
26+
```
27+
make drun
28+
```

0 commit comments

Comments
 (0)