To start a new project with this template, open a terminal and run:
npm init @publici nuxt <name-of-project>
Alternatively, you can click "Use this template" on GitHub, clone the repo and then in the project directory run:
npm init @publici . .
To start a development version of this project locally, open a terminal, navigate to the project's directory and run:
npm run dev
This will start a server that runs at http://localhost:3000/
For detailed explanation on how things work, check out the Nuxt.js docs.