Install via git and delete the .git folder
git clone https://github.com/sumcumo/nuxt-styleguide-example.git && rm -rf nuxt-styleguide-example/.git
Or download this repo as a zip
Jump into the folder
cd nuxt-styleguide-example
install the dependencies
npm i
and start the server
npm start