diff --git a/README.md b/README.md index 38a799c..560b88f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ nvm install 16 ``` ...and then you can do `npm install` etc as below. -You should also create an `.env` file and copy everything from `.env.example` into `.env` to properly preview the +You should also create an `.env` file and copy everything from `.env.example` into `.env` to properly preview the static project. ## Build Setup @@ -31,6 +31,7 @@ $ npm run generate # locally preview the static project $ npm run start + ``` For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).