Skip to content

norfolkjs/norfolkjs.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5559e28 · Jul 27, 2024
Feb 27, 2024
Feb 27, 2024
Jan 5, 2024
Jul 18, 2014
Feb 27, 2024
Dec 11, 2023
Dec 11, 2023
Jun 21, 2014
Feb 19, 2014
Dec 1, 2015
Aug 15, 2016
Oct 25, 2019
Aug 8, 2019
Oct 25, 2019
Jun 21, 2014
Jul 19, 2014
Feb 27, 2024
Oct 25, 2019
Feb 20, 2017
Oct 5, 2022
Jul 27, 2024
Feb 20, 2017
Jul 18, 2014
Jul 18, 2014
Jul 18, 2014
Jul 18, 2014
Jul 18, 2014
Jul 18, 2014
Jul 18, 2014
Jul 18, 2014
Jul 18, 2014
Jul 18, 2014
Dec 11, 2023
Jun 21, 2014
Feb 27, 2024
Feb 27, 2024
Nov 7, 2013

Repository files navigation

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 jakyll and TypeScript/Node alternative for 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.