Jimmy Chion vor 3 Jahren
Ursprung
Commit
7a4aa253e7
1 geänderte Dateien mit 14 neuen und 0 gelöschten Zeilen
  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
+```