Jimmy Chion 3 年 前
コミット
7a4aa253e7
1 ファイル変更14 行追加0 行削除
  1. 14 0
      README.md

+ 14 - 0
README.md

@@ -8,3 +8,17 @@ Explore the parameters to make a basic grainy gradient.
 
 ## Code
 Next.js app, with Ant Design components, zustand for state, and help from highlight.js and react-color.
+
+```sh
+# install dependencies
+npm i
+
+# run locally
+npm run dev
+
+# lint
+npm run lint
+
+# build locally
+npm run build
+```