diff --git a/README.md b/README.md index 3bb4897..e64f35e 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@ git checkout -b new-branch (to automatically checkout to that branch) First, run the development server: ```bash +npm i + +then + npm run dev ```