Skip to content

Commit cb53ae1

Browse files
committed
feat: rename jjeditor to dddraft
1 parent e6c91cc commit cb53ae1

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,31 @@
1-
# jjeditor
1+
# dddraft
22

33
## Project setup
4+
45
```
56
yarn install
67
```
78

89
### Compiles and hot-reloads for development
10+
911
```
1012
yarn run serve
1113
```
1214

1315
### Compiles and minifies for production
16+
1417
```
1518
yarn run build
1619
```
1720

1821
### Run your tests
22+
1923
```
2024
yarn run test
2125
```
2226

2327
### Lints and fixes files
28+
2429
```
2530
yarn run lint
2631
```

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2020
<meta name="viewport" content="width=device-width,initial-scale=1.0">
2121
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
22-
<title>jjeditor</title>
22+
<title>dddraft</title>
2323
</head>
2424

2525
<body>
2626
<noscript>
27-
<strong>We're sorry but jjeditor doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
27+
<strong>We're sorry but dddraft doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
2828
</noscript>
2929
<div id="app"></div>
3030
<!-- built files will be auto injected -->

0 commit comments

Comments
 (0)