norfolkjs / norfolkjs.github.io

Website code for Norfolk.js
http://www.norfolkjs.org
12 stars 19 forks source link

Norfolk.js Website

This repository contains the source code for Norfolk.js's user group website. We strongly encourage everyone to contribute as much or little as they wish. Not a developer? We can use documentation and design help as well!

This website is built using jekyll, a static website and blog generator. This site is hosted using GitHub Pages on Github.

Contributing

How can I help?

Check out the open bugs and enhancements.

How do I get started?

Local development

Local build requirements: Node, NPM

https://nodejs.org/en/learn/getting-started/how-to-install-nodejs

Install

npm install

Run Development mode

npm run dev

Then, you can access the site locally by going to http://localhost:4000 in your web browser.

When updates are made the browser will refresh.