create-pugkit 1.0.0-beta.3 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
## About
|
|
4
4
|
|
|
5
|
-
[pugkit](https://github.com/
|
|
5
|
+
[pugkit](https://github.com/mfxgu2i/pugkit)を使った静的サイト制作環境をセットアップします。
|
|
6
6
|
|
|
7
7
|
## Usage
|
|
8
8
|
|
|
@@ -33,9 +33,9 @@ npm create pugkit@latest .
|
|
|
33
33
|
プロジェクト作成後の手順:
|
|
34
34
|
|
|
35
35
|
```sh
|
|
36
|
-
cd my-
|
|
36
|
+
cd my-site
|
|
37
37
|
npm install
|
|
38
|
-
npm build
|
|
38
|
+
npm run build
|
|
39
39
|
npm run dev
|
|
40
40
|
```
|
|
41
41
|
|