/CoderDojoNKPG

Website for CoderDojo Norrköping

Primary LanguageHTML

CoderDojoNKPG

Website for CoderDojo Norrköping, using Vue.js and NUXT.

The layout (e.g. header and footer) is in the layouts folder. The pages (e.g. index or blicoach) are in the pages folder.

To generate as a static site to GitHub Pages, simply write:

  1. npm run generate to generate a static website in the dist folder
  2. npm run deploy to deploy the dist folder to the gh-pages branch

Do you want to contribute?

There are lots of ways! Here are some examples:

  • create reusable components, like with footer.vue and nav.vue, for code that often gets repeated
  • your own ideas