Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 500 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (14 loc) · 500 Bytes

Contributing

Please follow our Styleguide before opening a PR.

Setup

To run this project you need to have npm and node installed.

Install Dependencies

npm install

Run local

npm run dev

If everything worked correctly, access http://localhost:3000/ on your browser.

For detailed explanation on how things work, checkout Nuxt.js docs.